Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.ProtonAbstractReceiver
-
Packages that use ProtonAbstractReceiver Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation 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. -
-
Uses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.connect.federation
Subclasses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.connect.federation Modifier and Type Class Description classAMQPFederationCommandProcessorA specialized AMQP Receiver that handles commands from a remote Federation connection such as handling incoming policies that should be applied to local addresses and queues. -
Uses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Subclasses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.connect.mirror Modifier and Type Class Description classAMQPMirrorControllerTarget -
Uses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.proton
Subclasses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.proton Modifier and Type Class Description classProtonServerReceiverContextThis is the equivalent for the ServerProducerFields in org.apache.activemq.artemis.protocol.amqp.proton with type parameters of type ProtonAbstractReceiver Modifier and Type Field Description protected Map<org.apache.qpid.proton.engine.Receiver,ProtonAbstractReceiver>AMQPSessionContext. receiversMethods in org.apache.activemq.artemis.protocol.amqp.proton with type parameters of type ProtonAbstractReceiver Modifier and Type Method Description <T extends ProtonAbstractReceiver>
TAMQPSessionContext. addReceiver(org.apache.qpid.proton.engine.Receiver receiver, BiFunction<AMQPSessionContext,org.apache.qpid.proton.engine.Receiver,T> receiverBuilder)Methods in org.apache.activemq.artemis.protocol.amqp.proton that return types with arguments of type ProtonAbstractReceiver Modifier and Type Method Description Map<org.apache.qpid.proton.engine.Receiver,ProtonAbstractReceiver>AMQPSessionContext. getReceivers()Methods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type ProtonAbstractReceiver Modifier and Type Method Description static RunnableProtonAbstractReceiver. createCreditRunnable(int refill, int threshold, org.apache.qpid.proton.engine.Receiver receiver, AMQPConnectionContext connection, ProtonAbstractReceiver context)This Credit Runnable can be used to manage the credit replenishment of a target AMQP receiver.
-