Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.ProtonAbstractReceiver
Packages that use ProtonAbstractReceiver
Package
Description
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.bridge
Fields in org.apache.activemq.artemis.protocol.amqp.connect.bridge declared as ProtonAbstractReceiver -
Uses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.connect.federation
Subclasses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.connect.federationModifier and TypeClassDescriptionprotected classWrapper around the standard receiver context that provides federation specific entry points and customizes inbound delivery handling for this Address receiver.classA 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.classA specialized AMQP Receiver that handles events from a remote Federation connection such as addition of addresses or queues where federation was requested but they did not exist at the time and the federation consumer was rejected.Fields in org.apache.activemq.artemis.protocol.amqp.connect.federation declared as ProtonAbstractReceiverModifier and TypeFieldDescriptionprotected ProtonAbstractReceiverAMQPFederationConsumer.receiver -
Uses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.connect.mirror
-
Uses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.proton
Subclasses of ProtonAbstractReceiver in org.apache.activemq.artemis.protocol.amqp.protonModifier and TypeClassDescriptionclassThis is the equivalent for the ServerProducerFields in org.apache.activemq.artemis.protocol.amqp.proton with type parameters of type ProtonAbstractReceiverModifier and TypeFieldDescriptionprotected BiConsumer<ProtonAbstractReceiver, Boolean> ProtonAbstractReceiver.pendingStopprotected Map<org.apache.qpid.proton.engine.Receiver, ProtonAbstractReceiver> AMQPSessionContext.receiversMethods in org.apache.activemq.artemis.protocol.amqp.proton with type parameters of type ProtonAbstractReceiverModifier and TypeMethodDescription<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 ProtonAbstractReceiverModifier and TypeMethodDescriptionMap<org.apache.qpid.proton.engine.Receiver, ProtonAbstractReceiver> AMQPSessionContext.getReceivers()Methods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type ProtonAbstractReceiverModifier and TypeMethodDescriptionstatic 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.Method parameters in org.apache.activemq.artemis.protocol.amqp.proton with type arguments of type ProtonAbstractReceiverModifier and TypeMethodDescriptionvoidProtonAbstractReceiver.stop(int stopTimeout, BiConsumer<ProtonAbstractReceiver, Boolean> onStopped) Stop the receiver from granting additional credit and drains any granted credit from the link already.Constructors in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type ProtonAbstractReceiverModifierConstructorDescriptionAMQPLargeMessageReader(ProtonAbstractReceiver serverReceiver) AMQPMessageReader(ProtonAbstractReceiver serverReceiver) AMQPTunneledCoreLargeMessageReader(ProtonAbstractReceiver serverReceiver) AMQPTunneledCoreMessageReader(ProtonAbstractReceiver serverReceiver)