Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.ProtonDeliveryHandler
-
Packages that use ProtonDeliveryHandler 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.transaction -
-
Uses of ProtonDeliveryHandler in org.apache.activemq.artemis.protocol.amqp.client
Classes in org.apache.activemq.artemis.protocol.amqp.client that implement ProtonDeliveryHandler Modifier and Type Class Description classProtonClientSenderContextTODO: MergeProtonServerSenderContextandProtonClientSenderContextonce we support 'global' link names. -
Uses of ProtonDeliveryHandler in org.apache.activemq.artemis.protocol.amqp.connect.federation
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation that implement ProtonDeliveryHandler 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 ProtonDeliveryHandler in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Classes in org.apache.activemq.artemis.protocol.amqp.connect.mirror that implement ProtonDeliveryHandler Modifier and Type Class Description classAMQPMirrorControllerTarget -
Uses of ProtonDeliveryHandler in org.apache.activemq.artemis.protocol.amqp.proton
Classes in org.apache.activemq.artemis.protocol.amqp.proton that implement ProtonDeliveryHandler Modifier and Type Class Description classProtonAbstractReceiverclassProtonServerReceiverContextThis is the equivalent for the ServerProducerclassProtonServerSenderContextThis is the Equivalent for the ServerConsumer -
Uses of ProtonDeliveryHandler in org.apache.activemq.artemis.protocol.amqp.proton.transaction
Classes in org.apache.activemq.artemis.protocol.amqp.proton.transaction that implement ProtonDeliveryHandler Modifier and Type Class Description classProtonTransactionHandlerhandles an amqp Coordinator to deal with transaction boundaries etc
-