Uses of Class
org.apache.qpid.jms.meta.JmsConsumerInfo
Packages that use JmsConsumerInfo
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsConsumerInfo in org.apache.qpid.jms
Fields in org.apache.qpid.jms declared as JmsConsumerInfoMethods in org.apache.qpid.jms with parameters of type JmsConsumerInfoModifier and TypeMethodDescriptionprotected voidJmsConnection.addConnectionConsumer(JmsConsumerInfo consumerInfo, JmsConnectionConsumer consumer) protected voidJmsConnection.removeConnectionConsumer(JmsConsumerInfo consumerInfo) Constructors in org.apache.qpid.jms with parameters of type JmsConsumerInfoModifierConstructorDescriptionJmsConnectionConsumer(JmsConnection connection, JmsConsumerInfo consumerInfo, MessageQueue messageQueue, jakarta.jms.ServerSessionPool sessionPool) -
Uses of JmsConsumerInfo in org.apache.qpid.jms.message
Methods in org.apache.qpid.jms.message that return JmsConsumerInfoMethods in org.apache.qpid.jms.message with parameters of type JmsConsumerInfoModifier and TypeMethodDescriptionvoidJmsInboundMessageDispatch.setConsumerInfo(JmsConsumerInfo consumerInfo) -
Uses of JmsConsumerInfo in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsConsumerInfoMethods in org.apache.qpid.jms.meta with parameters of type JmsConsumerInfoModifier and TypeMethodDescriptionintJmsConsumerInfo.compareTo(JmsConsumerInfo other) voidJmsDefaultResourceVisitor.processConsumerInfo(JmsConsumerInfo consumerInfo) voidJmsResourceVistor.processConsumerInfo(JmsConsumerInfo consumerInfo) -
Uses of JmsConsumerInfo in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp with parameters of type JmsConsumerInfoModifier and TypeMethodDescriptionvoidAmqpSubscriptionTracker.consumerRemoved(JmsConsumerInfo consumerInfo) voidAmqpSession.createConsumer(JmsConsumerInfo consumerInfo, AsyncResult request) AmqpSession.getConsumer(JmsConsumerInfo consumerInfo) AmqpSubscriptionTracker.reserveNextSubscriptionLinkName(String subscriptionName, JmsConsumerInfo consumerInfo) Constructors in org.apache.qpid.jms.provider.amqp with parameters of type JmsConsumerInfoModifierConstructorDescriptionAmqpConsumer(AmqpSession session, JmsConsumerInfo info, org.apache.qpid.proton.engine.Receiver receiver) -
Uses of JmsConsumerInfo in org.apache.qpid.jms.provider.amqp.builders
Methods in org.apache.qpid.jms.provider.amqp.builders with parameters of type JmsConsumerInfoModifier and TypeMethodDescriptionprotected voidAmqpConsumerBuilder.afterClosed(AmqpConsumer resource, JmsConsumerInfo info) protected org.apache.qpid.proton.engine.ReceiverAmqpConsumerBuilder.createEndpoint(JmsConsumerInfo resourceInfo) protected AmqpConsumerAmqpConsumerBuilder.createResource(AmqpSession parent, JmsConsumerInfo resourceInfo, org.apache.qpid.proton.engine.Receiver endpoint) Constructors in org.apache.qpid.jms.provider.amqp.builders with parameters of type JmsConsumerInfoModifierConstructorDescriptionAmqpConsumerBuilder(AmqpSession parent, JmsConsumerInfo consumerInfo)