Interface SimpleAcknowledgment
- All Known Subinterfaces:
- AcknowledgmentCallback
- All Known Implementing Classes:
- AmqpMessageSource.AmqpAckCallback,- KafkaMessageSource.KafkaAckCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Opaque object for manually acknowledging.
- Since:
- 5.3
- Author:
- Gary Russell
- 
Method Summary
- 
Method Details- 
acknowledgevoid acknowledge()Acknowledge the message delivery.
 
-