Uses of Class
org.apache.activemq.artemis.spi.core.remoting.ConsumerContext
Packages that use ConsumerContext
Package
Description
-
Uses of ConsumerContext in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ConsumerContextModifier and TypeMethodDescriptionClientConsumer.getConsumerContext()
The server's ID associated with this consumer. -
Uses of ConsumerContext in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ConsumerContextModifier and TypeMethodDescriptionprotected void
SessionContext.handleReceiveContinuation
(ConsumerContext consumerID, byte[] chunk, int flowControlSize, boolean isContinues) protected void
SessionContext.handleReceiveLargeMessage
(ConsumerContext consumerID, org.apache.activemq.artemis.core.client.impl.ClientLargeMessageInternal clientLargeMessage, long largeMessageSize) protected void
SessionContext.handleReceiveMessage
(ConsumerContext consumerID, org.apache.activemq.artemis.core.client.impl.ClientMessageInternal message)