| Modifier and Type | Method and Description |
|---|---|
QueueOptions |
QueueOptions.setAutoAck(boolean autoAck) |
QueueOptions |
QueueOptions.setKeepMostRecent(boolean keepMostRecent) |
QueueOptions |
QueueOptions.setMaxInternalQueueSize(int maxInternalQueueSize) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<RabbitMQConsumer> |
RabbitMQClient.basicConsumer(String queue,
QueueOptions options)
Like
RabbitMQClient.basicConsumer(String, QueueOptions, Handler) but returns a Future of the asynchronous result |
void |
RabbitMQClient.basicConsumer(String queue,
QueueOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RabbitMQConsumer>> resultHandler)
Create a consumer with the given
options. |
Copyright © 2024 Eclipse. All rights reserved.