public interface RabbitMQAckHandler
Modifier and Type | Interface and Description |
---|---|
static class |
RabbitMQAckHandler.Strategy |
Modifier and Type | Method and Description |
---|---|
<V> CompletionStage<Void> |
handle(IncomingRabbitMQMessage<V> message,
io.vertx.mutiny.core.Context context)
Handle the request to acknowledge a message.
|
<V> CompletionStage<Void> handle(IncomingRabbitMQMessage<V> message, io.vertx.mutiny.core.Context context)
V
- message body typemessage
- the message to acknowledgecontext
- the Context
in which the acknowledgement should take placeCompletionStage
Copyright © 2018–2021 SmallRye. All rights reserved.