Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.SenderController
Packages that use SenderController
Package
Description
This package includes classes used on the interaction with Proton, including Context classes that will be translated
through the model event.
-
Uses of SenderController in org.apache.activemq.artemis.protocol.amqp.connect.bridge
Classes in org.apache.activemq.artemis.protocol.amqp.connect.bridge that implement SenderControllerModifier and TypeClassDescriptionstatic classstatic classclassA base class abstractSenderControllerimplementation for use by bridge address and queue senders that provides some common functionality used between both. -
Uses of SenderController in org.apache.activemq.artemis.protocol.amqp.connect.federation
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation that implement SenderControllerModifier and TypeClassDescriptionfinal classSenderControllerused when an AMQP federation Address receiver is created and this side of the connection needs to create a matching sender.classASenderControllerimplementation used by the AMQP federation control link to encode and send federation policies or other commands to the remote side of the AMQP federation instance.classSender controller used to fire events from one side of an AMQP Federation connection to the other side.final classSenderControllerused when an AMQP federation Queue receiver is created and this side of the connection needs to create a matching sender.classA base class abstractSenderControllerimplementation for use by federation address and queue senders that provides some common functionality used between both. -
Uses of SenderController in org.apache.activemq.artemis.protocol.amqp.proton
Classes in org.apache.activemq.artemis.protocol.amqp.proton that implement SenderControllerModifier and TypeClassDescriptionclassThe defaultSenderControllerinstance used by and sender context that is not assigned a custom controller.Methods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type SenderControllerModifier and TypeMethodDescriptionvoidAMQPSessionContext.addSender(org.apache.qpid.proton.engine.Sender sender, SenderController senderController) Constructors in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type SenderControllerModifierConstructorDescriptionProtonServerSenderContext(AMQPConnectionContext connection, org.apache.qpid.proton.engine.Sender sender, AMQPSessionContext protonSession, AMQPSessionCallback server, SenderController senderController)