Package | Description |
---|---|
io.vertx.amqp | |
io.vertx.reactivex.amqp | |
io.vertx.rxjava.amqp |
Modifier and Type | Method and Description |
---|---|
AmqpSender |
AmqpSender.exceptionHandler(Handler<Throwable> handler) |
AmqpSender |
AmqpSender.send(AmqpMessage message)
Sends an AMQP message.
|
AmqpSender |
AmqpSender.sendWithAck(AmqpMessage message,
Handler<AsyncResult<Void>> acknowledgementHandler)
Sends an AMQP message and waits for an acknowledgement.
|
AmqpSender |
AmqpSender.setWriteQueueMaxSize(int maxSize) |
Modifier and Type | Method and Description |
---|---|
Future<AmqpSender> |
AmqpConnection.createAnonymousSender()
Like
AmqpConnection.createAnonymousSender(Handler) but returns a Future of the asynchronous result |
Future<AmqpSender> |
AmqpConnection.createSender(String address)
Like
AmqpConnection.createSender(String, Handler) but returns a Future of the asynchronous result |
Future<AmqpSender> |
AmqpClient.createSender(String address)
Like
AmqpClient.createSender(String, Handler) but returns a Future of the asynchronous result |
Future<AmqpSender> |
AmqpConnection.createSender(String address,
AmqpSenderOptions options)
Like
AmqpConnection.createSender(String, AmqpSenderOptions, Handler) but returns a Future of the asynchronous result |
Future<AmqpSender> |
AmqpClient.createSender(String address,
AmqpSenderOptions options)
Like
AmqpClient.createSender(String, AmqpSenderOptions, Handler) but returns a Future of the asynchronous result |
Modifier and Type | Method and Description |
---|---|
AmqpConnection |
AmqpConnection.createAnonymousSender(Handler<AsyncResult<AmqpSender>> completionHandler)
Creates an anonymous sender.
|
AmqpConnection |
AmqpConnection.createSender(String address,
AmqpSenderOptions options,
Handler<AsyncResult<AmqpSender>> completionHandler)
Creates a sender used to send messages to the given address.
|
AmqpClient |
AmqpClient.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.
|
AmqpClient |
AmqpClient.createSender(String address,
Handler<AsyncResult<AmqpSender>> completionHandler)
Creates a sender used to send messages to the given address.
|
Modifier and Type | Method and Description |
---|---|
AmqpSender |
AmqpSender.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AmqpSender |
AmqpSender.newInstance(AmqpSender arg) |
Constructor and Description |
---|
AmqpSender(AmqpSender delegate) |
Modifier and Type | Method and Description |
---|---|
AmqpSender |
AmqpSender.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AmqpSender |
AmqpSender.newInstance(AmqpSender arg) |
Constructor and Description |
---|
AmqpSender(AmqpSender delegate) |
Copyright © 2021 Eclipse. All rights reserved.