Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.SenderController
-
Packages that use SenderController Package Description 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.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)
-