Interface SimpleAcknowledgment

All Known Subinterfaces:
AcknowledgmentCallback
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 SimpleAcknowledgment
Opaque object for manually acknowledging.
Since:
5.3
  • Method Summary

    Modifier and Type Method Description
    void acknowledge()
    Acknowledge the message delivery.
  • Method Details

    • acknowledge

      void acknowledge()
      Acknowledge the message delivery.