| 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 |
|---|---|
void |
RabbitMQClient.basicConsumer(String queue,
QueueOptions options,
Handler<AsyncResult<RabbitMQConsumer>> resultHandler)
Create a consumer with the given
options. |
static void |
QueueOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
QueueOptions obj) |
static void |
QueueOptionsConverter.toJson(QueueOptions obj,
JsonObject json) |
static void |
QueueOptionsConverter.toJson(QueueOptions obj,
Map<String,Object> json) |
Copyright © 2019 Eclipse. All rights reserved.