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