Uses of Interface
org.apache.qpid.jms.provider.amqp.AmqpEventSink
Packages that use AmqpEventSink
-
Uses of AmqpEventSink in org.apache.qpid.jms.provider.amqp
Subinterfaces of AmqpEventSink in org.apache.qpid.jms.provider.amqpClasses in org.apache.qpid.jms.provider.amqp that implement AmqpEventSinkModifier and TypeClassDescriptionclassAmqpAbstractResource<R extends JmsResource,E extends org.apache.qpid.proton.engine.Endpoint> Abstract base for all AmqpResource implementations to extend.classHandles the case of anonymous JMS MessageProducers.classclassSubclass of the standard session object used solely by AmqpConnection to aid in managing connection resources that require a persistent session.classAMQP Consumer object that is used to manage JMS MessageConsumer semantics.classAMQP Producer object that is used to manage JMS MessageProducer semantics.classBase class for Producer instances.classclassManages a Temporary Destination linked to a given Connection.classRepresents the AMQP Transaction coordinator link used by the transaction context of a session to control the lifetime of a given transaction. -
Uses of AmqpEventSink in org.apache.qpid.jms.provider.amqp.builders
Classes in org.apache.qpid.jms.provider.amqp.builders that implement AmqpEventSinkModifier and TypeClassDescriptionclassSpecialized Builder that create a Connection that is intended to be immediately closed.classResource builder responsible for creating and opening an AmqpConnection instance.classResource builder responsible for creating and opening an AmqpConnectionSession instance.classResource builder responsible for creating and opening an AmqpConsumer instance.classResource builder responsible for creating and opening an AmqpProducer instance.classAmqpResourceBuilder<TARGET extends AmqpResource,PARENT extends AmqpResourceParent, INFO extends JmsResource, ENDPOINT extends org.apache.qpid.proton.engine.Endpoint> Base for all AmqpResource builders.classResource builder responsible for creating and opening an AmqpSession instance.classResource builder responsible for creating and opening an AmqpTemporaryDestination instance.classResource builder responsible for creating and opening an AmqpTransactionCoordinator instance.