Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.handler.EventHandler
-
Packages that use EventHandler Package Description org.apache.activemq.artemis.protocol.amqp.client This contains a very limited ClientProtocolmanager for AMQP / Proton Where it only satisfies very basic functionality.org.apache.activemq.artemis.protocol.amqp.proton This package includes classes used on the interaction with Proton, including Context classes that will be translated through the model event.org.apache.activemq.artemis.protocol.amqp.proton.handler -
-
Uses of EventHandler in org.apache.activemq.artemis.protocol.amqp.client
Method parameters in org.apache.activemq.artemis.protocol.amqp.client with type arguments of type EventHandler Modifier and Type Method Description ActiveMQProtonRemotingConnectionAMQPClientConnectionFactory. createConnection(ProtonProtocolManager protocolManager, org.apache.activemq.artemis.spi.core.remoting.Connection connection, java.util.Optional<EventHandler> eventHandler, ClientSASLFactory clientSASLFactory)Constructor parameters in org.apache.activemq.artemis.protocol.amqp.client with type arguments of type EventHandler Constructor Description ProtonClientConnectionManager(AMQPClientConnectionFactory connectionFactory, java.util.Optional<EventHandler> eventHandler, ClientSASLFactory clientSASLFactory) -
Uses of EventHandler in org.apache.activemq.artemis.protocol.amqp.proton
Classes in org.apache.activemq.artemis.protocol.amqp.proton that implement EventHandler Modifier and Type Class Description classAMQPConnectionContextMethods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type EventHandler Modifier and Type Method Description voidAMQPConnectionContext. addEventHandler(EventHandler eventHandler) -
Uses of EventHandler in org.apache.activemq.artemis.protocol.amqp.proton.handler
Methods in org.apache.activemq.artemis.protocol.amqp.proton.handler with parameters of type EventHandler Modifier and Type Method Description ProtonHandlerProtonHandler. addEventHandler(EventHandler handler)static voidEvents. dispatch(org.apache.qpid.proton.engine.Event event, EventHandler handler)
-