Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.SenderController
-
Packages that use SenderController Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation 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. -
-
Uses of SenderController in org.apache.activemq.artemis.protocol.amqp.connect.federation
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation that implement SenderController Modifier and Type Class Description classAMQPFederationAddressSenderControllerSenderControllerused when an AMQP federation Address receiver is created and this side of the connection needs to create a matching sender.classAMQPFederationBaseSenderControllerA base class abstractSenderControllerimplementation for use by federation address and queue senders that provides some common functionality used between both.classAMQPFederationCommandDispatcherASenderControllerimplementation 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.classAMQPFederationEventDispatcherSender controller used to fire events from one side of an AMQP Federation connection to the other side.classAMQPFederationQueueSenderControllerSenderControllerused when an AMQP federation Queue receiver is created and this side of the connection needs to create a matching sender. -
Uses of SenderController in org.apache.activemq.artemis.protocol.amqp.proton
Classes in org.apache.activemq.artemis.protocol.amqp.proton that implement SenderController Modifier and Type Class Description classDefaultSenderControllerThe 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 SenderController Modifier and Type Method Description voidAMQPSessionContext. addSender(org.apache.qpid.proton.engine.Sender sender, SenderController senderController)Constructors in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type SenderController Constructor Description ProtonServerSenderContext(AMQPConnectionContext connection, org.apache.qpid.proton.engine.Sender sender, AMQPSessionContext protonSession, AMQPSessionCallback server, SenderController senderController)
-