Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.ProtonAbstractReceiver
-
Packages that use ProtonAbstractReceiver Package Description 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.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 java.util.Map<org.apache.qpid.proton.engine.Receiver,ProtonAbstractReceiver>AMQPSessionContext. receiversMethods in org.apache.activemq.artemis.protocol.amqp.proton that return types with arguments of type ProtonAbstractReceiver Modifier and Type Method Description java.util.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 java.lang.RunnableProtonAbstractReceiver. createCreditRunnable(int refill, int threshold, org.apache.qpid.proton.engine.Receiver receiver, AMQPConnectionContext connection, ProtonAbstractReceiver context)This Credit Runnable may be used in Mock tests to simulate the credit semantic here
-