| Package | Description |
|---|---|
| org.apache.qpid.jms.provider.amqp | |
| org.apache.qpid.jms.provider.amqp.builders |
| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<?> |
AmqpProvider.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 a
Future instance that
can be used to cancel the scheduled automatic failure of the request. |
| Modifier and Type | Class and Description |
|---|---|
class |
AmqpClosedConnectionBuilder
Specialized Builder that create a Connection that is intended to be immediately
closed.
|
class |
AmqpConnectionBuilder
Resource builder responsible for creating and opening an AmqpConnection instance.
|
class |
AmqpConnectionSessionBuilder
Resource builder responsible for creating and opening an AmqpConnectionSession instance.
|
class |
AmqpConsumerBuilder
Resource builder responsible for creating and opening an AmqpConsumer instance.
|
class |
AmqpProducerBuilder
Resource builder responsible for creating and opening an AmqpProducer instance.
|
class |
AmqpResourceBuilder<TARGET extends AmqpResource,PARENT extends AmqpResourceParent,INFO extends JmsResource,ENDPOINT extends org.apache.qpid.proton.engine.Endpoint>
Base for all AmqpResource builders.
|
class |
AmqpSessionBuilder
Resource builder responsible for creating and opening an AmqpSession instance.
|
class |
AmqpTemporaryDestinationBuilder
Resource builder responsible for creating and opening an AmqpTemporaryDestination instance.
|
class |
AmqpTransactionCoordinatorBuilder
Resource builder responsible for creating and opening an AmqpTransactionCoordinator instance.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.