Modifier and Type | Method and Description |
---|---|
AmqpSenderOptions |
AmqpSenderOptions.setAutoDrained(boolean autoDrained)
Sets whether the link is automatically marked drained after the send queue drain handler callback
returns if the receiving peer requested that credit be drained.
|
AmqpSenderOptions |
AmqpSenderOptions.setDynamic(boolean dynamic)
Sets whether the link remote terminus to be used should indicate it is
'dynamic', requesting the peer names it with a dynamic address.
|
AmqpSenderOptions |
AmqpSenderOptions.setLinkName(String linkName) |
Modifier and Type | Method and Description |
---|---|
AmqpClient |
AmqpClient.createSender(String address,
AmqpSenderOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpSender>> completionHandler)
Creates a sender used to send messages to the given address.
|
AmqpConnection |
AmqpConnection.createSender(String address,
AmqpSenderOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpSender>> completionHandler)
Creates a sender used to send messages to the given address.
|
static void |
AmqpSenderOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
AmqpSenderOptions obj) |
static void |
AmqpSenderOptionsConverter.toJson(AmqpSenderOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
AmqpSenderOptionsConverter.toJson(AmqpSenderOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
AmqpSenderOptions(AmqpSenderOptions other) |
Copyright © 2020 Eclipse. All rights reserved.