| Package | Description | 
|---|---|
| io.vertx.amqp | |
| io.vertx.reactivex.amqp | |
| io.vertx.rxjava.amqp | 
| Modifier and Type | Method and Description | 
|---|---|
AmqpConnection | 
AmqpConnection.close(Handler<AsyncResult<Void>> done)
Closes the AMQP connection, i.e. 
 | 
AmqpConnection | 
AmqpSender.connection()
Gets the connection having created the sender. 
 | 
AmqpConnection | 
AmqpReceiver.connection()
Gets the connection having created the receiver. 
 | 
AmqpConnection | 
AmqpConnection.createAnonymousSender(Handler<AsyncResult<AmqpSender>> completionHandler)
Creates an anonymous sender. 
 | 
AmqpConnection | 
AmqpConnection.createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>> completionHandler)
Creates a dynamic receiver. 
 | 
AmqpConnection | 
AmqpConnection.createReceiver(String address,
              AmqpReceiverOptions receiverOptions,
              Handler<AsyncResult<AmqpReceiver>> completionHandler)
Creates a receiver used to consumer messages from the given address. 
 | 
AmqpConnection | 
AmqpConnection.createReceiver(String address,
              Handler<AsyncResult<AmqpReceiver>> completionHandler)
Creates a receiver used to consume messages from the given address. 
 | 
AmqpConnection | 
AmqpConnection.createSender(String address,
            AmqpSenderOptions options,
            Handler<AsyncResult<AmqpSender>> completionHandler)
Creates a sender used to send messages to the given address. 
 | 
AmqpConnection | 
AmqpConnection.createSender(String address,
            Handler<AsyncResult<AmqpSender>> completionHandler)
Creates a sender used to send messages to the given address. 
 | 
AmqpConnection | 
AmqpConnection.exceptionHandler(Handler<Throwable> handler)
Registers a handler called on disconnection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<AmqpConnection> | 
AmqpClient.connect()
Like  
AmqpClient.connect(Handler) but returns a Future of the asynchronous result | 
| Modifier and Type | Method and Description | 
|---|---|
AmqpClient | 
AmqpClient.connect(Handler<AsyncResult<AmqpConnection>> connectionHandler)
Connects to the AMQP broker or router. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AmqpConnection | 
AmqpConnection.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AmqpConnection | 
AmqpConnection.newInstance(AmqpConnection arg)  | 
| Constructor and Description | 
|---|
AmqpConnection(AmqpConnection delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
AmqpConnection | 
AmqpConnection.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AmqpConnection | 
AmqpConnection.newInstance(AmqpConnection arg)  | 
| Constructor and Description | 
|---|
AmqpConnection(AmqpConnection delegate)  | 
Copyright © 2021 Eclipse. All rights reserved.