Package | Description |
---|---|
io.vertx.rxjava3.amqp |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<AmqpSender> |
AmqpSender.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
AmqpSender |
AmqpSender.exceptionHandler(Handler<Throwable> handler) |
static AmqpSender |
AmqpSender.newInstance(AmqpSender arg) |
AmqpSender |
AmqpSender.send(AmqpMessage message)
Sends an AMQP message.
|
AmqpSender |
AmqpSender.setWriteQueueMaxSize(int maxSize) |
Modifier and Type | Method and Description |
---|---|
Single<AmqpSender> |
AmqpConnection.createAnonymousSender()
Creates an anonymous sender.
|
Single<AmqpSender> |
AmqpConnection.createSender(String address)
Creates a sender used to send messages to the given address.
|
Single<AmqpSender> |
AmqpClient.createSender(String address)
Creates a sender used to send messages to the given address.
|
Single<AmqpSender> |
AmqpConnection.createSender(String address,
AmqpSenderOptions options)
Creates a sender used to send messages to the given address.
|
Single<AmqpSender> |
AmqpClient.createSender(String address,
AmqpSenderOptions options)
Creates a sender used to send messages to the given address.
|
Single<AmqpSender> |
AmqpConnection.rxCreateAnonymousSender()
Creates an anonymous sender.
|
Single<AmqpSender> |
AmqpConnection.rxCreateSender(String address)
Creates a sender used to send messages to the given address.
|
Single<AmqpSender> |
AmqpClient.rxCreateSender(String address)
Creates a sender used to send messages to the given address.
|
Single<AmqpSender> |
AmqpConnection.rxCreateSender(String address,
AmqpSenderOptions options)
Creates a sender used to send messages to the given address.
|
Single<AmqpSender> |
AmqpClient.rxCreateSender(String address,
AmqpSenderOptions options)
Creates a sender used to send messages to the given address.
|
Copyright © 2023 Eclipse. All rights reserved.