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.
An abstraction over acknowledgments.
- Since:
- 4.0
- Author:
- Artem Bilan
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault void
void
acknowledge
(AmqpAcknowledgment.Status status) Acknowledge the message.
-
Method Details
-
acknowledge
Acknowledge the message.- Parameters:
status
- the status.
-
acknowledge
default void acknowledge()
-