Interface RabbitMQAckHandler

All Known Implementing Classes:
RabbitMQAck, RabbitMQAutoAck

public interface RabbitMQAckHandler
Implemented to provide message acknowledgement strategies.
  • Method Details

    • handle

      <V> CompletionStage<Void> handle(IncomingRabbitMQMessage<V> message, io.vertx.mutiny.core.Context context)
      Handle the request to acknowledge a message.
      Type Parameters:
      V - message body type
      Parameters:
      message - the message to acknowledge
      context - the Context in which the acknowledgement should take place
      Returns:
      a CompletionStage