AmqpClientOptions
.AmqpMessage
.AmqpReceiverOptions
.AmqpSenderOptions
.AmqpClient.close(Handler)
but returns a Future
of the asynchronous resultAmqpConnection.close(Handler)
but returns a Future
of the asynchronous resultAmqpReceiver.close(Handler)
but returns a Future
of the asynchronous resultAmqpSender.close(Handler)
but returns a Future
of the asynchronous resultAmqpClient.connect(Handler)
but returns a Future
of the asynchronous resultAmqpClient
using an internal Vert.x instance (with default configuration) and
the given AMQP client configuration.AmqpClient
with the given Vert.x instance and the given options.AmqpMessage
copying the metadata from the passed message.AmqpMessage
copying the metadata from the passed (Proton) message.AmqpConnection.createAnonymousSender(Handler)
but returns a Future
of the asynchronous resultAmqpConnection.createDynamicReceiver(Handler)
but returns a Future
of the asynchronous resultAmqpClient.createReceiver(String, Handler)
but returns a Future
of the asynchronous resultAmqpClient.createReceiver(String, AmqpReceiverOptions, Handler)
but returns a Future
of the asynchronous resultAmqpConnection.createReceiver(String, Handler)
but returns a Future
of the asynchronous resultAmqpConnection.createReceiver(String, AmqpReceiverOptions, Handler)
but returns a Future
of the asynchronous resultAmqpClient.createSender(String, Handler)
but returns a Future
of the asynchronous resultAmqpClient.createSender(String, AmqpSenderOptions, Handler)
but returns a Future
of the asynchronous resultAmqpConnection.createSender(String, Handler)
but returns a Future
of the asynchronous resultAmqpConnection.createSender(String, AmqpSenderOptions, Handler)
but returns a Future
of the asynchronous resultnull
, AT_MOST_ONCE
or AT_LEAST_ONCE
.modified
.rejected
.released
.AmqpSender.sendWithAck(AmqpMessage, Handler)
but returns a Future
of the asynchronous resultCopyright © 2022 Eclipse. All rights reserved.