Uses of Interface
org.apache.qpid.jms.provider.amqp.AmqpExceptionBuilder
Packages that use AmqpExceptionBuilder
-
Uses of AmqpExceptionBuilder in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp with parameters of type AmqpExceptionBuilderModifier and TypeMethodDescriptionAmqpProvider.scheduleRequestTimeout(AsyncResult request, long timeout, AmqpExceptionBuilder builder) Allows a resource to request that its parent resource schedule a future cancellation of a request and return it aFutureinstance that can be used to cancel the scheduled automatic failure of the request. -
Uses of AmqpExceptionBuilder in org.apache.qpid.jms.provider.amqp.builders
Classes in org.apache.qpid.jms.provider.amqp.builders that implement AmqpExceptionBuilderModifier 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.