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