Interface AmqpAcknowledgment

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AmqpAcknowledgment
An abstraction over acknowledgments.
Since:
4.0
Author:
Artem Bilan
  • Method Details

    • acknowledge

      void acknowledge(AmqpAcknowledgment.Status status)
      Acknowledge the message.
      Parameters:
      status - the status.
    • acknowledge

      default void acknowledge()