Uses of Class
org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerSenderContext
-
Packages that use ProtonServerSenderContext Package Description org.apache.activemq.artemis.protocol.amqp.broker This package includes classes used to interact with the broker.org.apache.activemq.artemis.protocol.amqp.client This contains a very limited ClientProtocolmanager for AMQP / Proton Where it only satisfies very basic functionality.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.org.apache.activemq.artemis.protocol.amqp.proton.transaction -
-
Uses of ProtonServerSenderContext in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker with parameters of type ProtonServerSenderContext Modifier and Type Method Description java.lang.ObjectAMQPSessionCallback. createSender(ProtonServerSenderContext protonSender, org.apache.activemq.artemis.api.core.SimpleString queue, java.lang.String filter, boolean browserOnly) -
Uses of ProtonServerSenderContext in org.apache.activemq.artemis.protocol.amqp.client
Subclasses of ProtonServerSenderContext in org.apache.activemq.artemis.protocol.amqp.client Modifier and Type Class Description classProtonClientSenderContextTODO: MergeProtonServerSenderContextandProtonClientSenderContextonce we support 'global' link names. -
Uses of ProtonServerSenderContext in org.apache.activemq.artemis.protocol.amqp.proton
Fields in org.apache.activemq.artemis.protocol.amqp.proton with type parameters of type ProtonServerSenderContext Modifier and Type Field Description protected java.util.Map<org.apache.qpid.proton.engine.Sender,ProtonServerSenderContext>AMQPSessionContext. sendersprotected java.util.Map<java.lang.Object,ProtonServerSenderContext>AMQPSessionContext. serverSendersMethods in org.apache.activemq.artemis.protocol.amqp.proton that return ProtonServerSenderContext Modifier and Type Method Description ProtonServerSenderContextProtonServerSenderContext. setBeforeDelivery(java.util.function.Consumer<? super org.apache.activemq.artemis.core.server.MessageReference> beforeDelivery)Methods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type ProtonServerSenderContext Modifier and Type Method Description voidAMQPSessionContext. addSender(org.apache.qpid.proton.engine.Sender sender, ProtonServerSenderContext protonSender)org.apache.activemq.artemis.core.server.ConsumerSenderController. init(ProtonServerSenderContext senderContext) -
Uses of ProtonServerSenderContext in org.apache.activemq.artemis.protocol.amqp.proton.transaction
Methods in org.apache.activemq.artemis.protocol.amqp.proton.transaction that return types with arguments of type ProtonServerSenderContext Modifier and Type Method Description java.util.Map<org.apache.activemq.artemis.core.server.MessageReference,org.apache.activemq.artemis.api.core.Pair<org.apache.qpid.proton.engine.Delivery,ProtonServerSenderContext>>ProtonTransactionImpl. getDeliveries()Methods in org.apache.activemq.artemis.protocol.amqp.proton.transaction with parameters of type ProtonServerSenderContext Modifier and Type Method Description voidProtonTransactionImpl. addDelivery(org.apache.qpid.proton.engine.Delivery delivery, ProtonServerSenderContext context)
-