| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<RabbitMQMessage> |
RabbitMQClient.basicGet(String queue,
boolean autoAck)
Like
RabbitMQClient.basicGet(String, boolean, Handler) but returns a Future of the asynchronous result |
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitMQClient.basicGet(String queue,
boolean autoAck,
io.vertx.core.Handler<io.vertx.core.AsyncResult<RabbitMQMessage>> resultHandler)
Retrieve a message from a queue using AMQP.Basic.Get
|
RabbitMQConsumer |
RabbitMQConsumer.handler(io.vertx.core.Handler<RabbitMQMessage> messageArrived)
Set a message handler.
|
Copyright © 2024 Eclipse. All rights reserved.