Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.handler.EventHandler
Packages that use EventHandler
Package
Description
This contains a very limited ClientProtocolmanager for AMQP / Proton
Where it only satisfies very basic functionality.
This package includes classes used on the interaction with Proton, including Context classes that will be translated
through the model event.
-
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 EventHandlerModifier and TypeMethodDescriptionAMQPClientConnectionFactory.createConnection(ProtonProtocolManager protocolManager, Connection connection, Optional<EventHandler> eventHandler, ClientSASLFactory clientSASLFactory) Constructor parameters in org.apache.activemq.artemis.protocol.amqp.client with type arguments of type EventHandlerModifierConstructorDescriptionProtonClientConnectionManager(AMQPClientConnectionFactory connectionFactory, 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 EventHandlerMethods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type EventHandlerModifier and TypeMethodDescriptionvoidAMQPConnectionContext.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 EventHandlerModifier and TypeMethodDescriptionProtonHandler.addEventHandler(EventHandler handler) static voidEvents.dispatch(org.apache.qpid.proton.engine.Event event, EventHandler handler)