- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpClient
-
Closes the client.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Closes the AMQP connection, i.e.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpReceiver
-
Closes the receiver.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpSender
-
Closes the sender.
- connect(Handler<AsyncResult<AmqpConnection>>) - Method in interface io.vertx.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- connection() - Method in interface io.vertx.amqp.AmqpReceiver
-
Gets the connection having created the receiver.
- connection() - Method in interface io.vertx.amqp.AmqpSender
-
Gets the connection having created the sender.
- contentEncoding() - Method in interface io.vertx.amqp.AmqpMessage
-
- contentEncoding(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- contentType() - Method in interface io.vertx.amqp.AmqpMessage
-
- contentType(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- correlationId() - Method in interface io.vertx.amqp.AmqpMessage
-
- correlationId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- create(AmqpClientOptions) - Static method in interface io.vertx.amqp.AmqpClient
-
Creates a new instance of
AmqpClient using an internal Vert.x instance (with default configuration) and
the given AMQP client configuration.
- create(Vertx, AmqpClientOptions) - Static method in interface io.vertx.amqp.AmqpClient
-
Creates a new instance of
AmqpClient with the given Vert.x instance and the given options.
- create() - Static method in interface io.vertx.amqp.AmqpMessage
-
- create(AmqpMessage) - Static method in interface io.vertx.amqp.AmqpMessage
-
Creates a builder to create a new
AmqpMessage copying the metadata from the passed message.
- create(Message) - Static method in interface io.vertx.amqp.AmqpMessage
-
Creates a builder to create a new
AmqpMessage copying the metadata from the passed (Proton) message.
- create() - Static method in interface io.vertx.amqp.AmqpMessageBuilder
-
- createAnonymousSender(Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates an anonymous sender.
- createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a dynamic receiver.
- createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, Handler<AmqpMessage>, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AmqpMessage>, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, Handler<AmqpMessage>, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AmqpMessage>, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- creationTime() - Method in interface io.vertx.amqp.AmqpMessage
-
- creationTime(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-