Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.ProtonInitializable
-
Packages that use ProtonInitializable 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.connect.federation org.apache.activemq.artemis.protocol.amqp.connect.mirror 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 ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.client
Subclasses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.client Modifier and Type Class Description classProtonClientSenderContextTODO: MergeProtonServerSenderContextandProtonClientSenderContextonce we support 'global' link names. -
Uses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.connect.federation
Subclasses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.connect.federation Modifier and Type Class Description classAMQPFederationCommandProcessorA specialized AMQP Receiver that handles commands from a remote Federation connection such as handling incoming policies that should be applied to local addresses and queues.classAMQPFederationEventProcessorA specialized AMQP Receiver that handles events from a remote Federation connection such as addition of addresses or queues where federation was requested but they did not exist at the time and the federation consumer was rejected. -
Uses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Subclasses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.connect.mirror Modifier and Type Class Description classAMQPMirrorControllerTarget -
Uses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.proton
Subclasses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.proton Modifier and Type Class Description classAMQPConnectionContextclassAMQPSessionContextclassProtonAbstractReceiverclassProtonServerReceiverContextThis is the equivalent for the ServerProducerclassProtonServerSenderContextThis is the Equivalent for the ServerConsumer -
Uses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.proton.handler
Subclasses of ProtonInitializable in org.apache.activemq.artemis.protocol.amqp.proton.handler Modifier and Type Class Description classProtonHandler
-