Uses of Class
org.apache.activemq.artemis.spi.core.remoting.ConsumerContext
-
Packages that use ConsumerContext Package Description org.apache.activemq.artemis.api.core.client org.apache.activemq.artemis.spi.core.remoting -
-
Uses of ConsumerContext in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ConsumerContext Modifier and Type Method Description ConsumerContext
ClientConsumer. 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 ConsumerContext Modifier and Type Method Description protected 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)
-