Uses of Interface
org.apache.qpid.jms.provider.amqp.AmqpEventSink
-
Packages that use AmqpEventSink Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.amqp.builders -
-
Uses of AmqpEventSink in org.apache.qpid.jms.provider.amqp
Subinterfaces of AmqpEventSink in org.apache.qpid.jms.provider.amqp Modifier and Type Interface Description interfaceAmqpResourceAmqpResource specification.Classes in org.apache.qpid.jms.provider.amqp that implement AmqpEventSink Modifier and Type Class Description classAmqpAbstractResource<R extends JmsResource,E extends org.apache.qpid.proton.engine.Endpoint>Abstract base for all AmqpResource implementations to extend.classAmqpAnonymousFallbackProducerHandles the case of anonymous JMS MessageProducers.classAmqpConnectionclassAmqpConnectionSessionSubclass of the standard session object used solely by AmqpConnection to aid in managing connection resources that require a persistent session.classAmqpConsumerAMQP Consumer object that is used to manage JMS MessageConsumer semantics.classAmqpFixedProducerAMQP Producer object that is used to manage JMS MessageProducer semantics.classAmqpProducerBase class for Producer instances.classAmqpSessionclassAmqpTemporaryDestinationManages a Temporary Destination linked to a given Connection.classAmqpTransactionCoordinatorRepresents 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 AmqpEventSink Modifier and Type Class Description classAmqpClosedConnectionBuilderSpecialized Builder that create a Connection that is intended to be immediately closed.classAmqpConnectionBuilderResource builder responsible for creating and opening an AmqpConnection instance.classAmqpConnectionSessionBuilderResource builder responsible for creating and opening an AmqpConnectionSession instance.classAmqpConsumerBuilderResource builder responsible for creating and opening an AmqpConsumer instance.classAmqpProducerBuilderResource 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.classAmqpSessionBuilderResource builder responsible for creating and opening an AmqpSession instance.classAmqpTemporaryDestinationBuilderResource builder responsible for creating and opening an AmqpTemporaryDestination instance.classAmqpTransactionCoordinatorBuilderResource builder responsible for creating and opening an AmqpTransactionCoordinator instance.
-