Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerReceiverContext
-
Packages that use ProtonServerReceiverContext Package Description org.apache.activemq.artemis.protocol.amqp.broker 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 ProtonServerReceiverContext Modifier and Type Method Description voidAMQPSessionCallback. 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, org.apache.activemq.artemis.api.core.SimpleString address, org.apache.activemq.artemis.core.server.RoutingContext routingContext, AMQPMessage message)
-