| Package | Description |
|---|---|
| io.vertx.rabbitmq | |
| io.vertx.reactivex.rabbitmq | |
| io.vertx.rxjava.rabbitmq | |
| io.vertx.rxjava3.rabbitmq |
| Modifier and Type | Method and Description |
|---|---|
Future<ReadStream<RabbitMQConfirmation>> |
RabbitMQClient.addConfirmListener(int maxQueueSize)
Add a Confirm Listener to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitMQClient.addConfirmListener(int maxQueueSize,
Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>> resultHandler)
Add a Confirm Listener to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
Single<ReadStream<RabbitMQConfirmation>> |
RabbitMQClient.rxAddConfirmListener(int maxQueueSize)
Add a Confirm Listener to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitMQClient.addConfirmListener(int maxQueueSize,
Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>> resultHandler)
Add a Confirm Listener to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
Single<ReadStream<RabbitMQConfirmation>> |
RabbitMQClient.rxAddConfirmListener(int maxQueueSize)
Add a Confirm Listener to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitMQClient.addConfirmListener(int maxQueueSize,
Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>> resultHandler)
Add a Confirm Listener to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
Single<ReadStream<RabbitMQConfirmation>> |
RabbitMQClient.addConfirmListener(int maxQueueSize)
Add a Confirm Listener to the channel.
|
Single<ReadStream<RabbitMQConfirmation>> |
RabbitMQClient.rxAddConfirmListener(int maxQueueSize)
Add a Confirm Listener to the channel.
|
Copyright © 2024 Eclipse. All rights reserved.