Uses of Class
io.vertx.rabbitmq.QueueOptions
-
-
Uses of QueueOptions in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq that return QueueOptions Modifier and Type Method Description QueueOptions
QueueOptions. setAutoAck(boolean autoAck)
QueueOptions
QueueOptions. setMaxInternalQueueSize(int maxInternalQueueSize)
Methods in io.vertx.rabbitmq with parameters of type QueueOptions Modifier and Type Method Description Future<RabbitMQConsumer>
RabbitMQClient. basicConsumer(String queue, QueueOptions options)
Create a consumer with the givenoptions
.
-