Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerReceiverContext
Packages that use ProtonServerReceiverContext
Package
Description
This package includes classes used to interact with the broker.
-
Uses of ProtonServerReceiverContext in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker with parameters of type ProtonServerReceiverContextModifier and TypeMethodDescriptionvoidAMQPSessionCallback.serverSend(ProtonServerReceiverContext context, org.apache.activemq.artemis.core.transaction.Transaction transaction, org.apache.qpid.proton.engine.Receiver receiver, org.apache.qpid.proton.engine.Delivery delivery, SimpleString address, RoutingType routingType, org.apache.activemq.artemis.core.server.RoutingContext routingContext, Message message) -
Uses of ProtonServerReceiverContext in org.apache.activemq.artemis.protocol.amqp.connect.federation
Subclasses of ProtonServerReceiverContext 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.