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.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.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
-