public interface Acknowledgment
ConsumerRecord
. Recipients can store the
reference in asynchronous scenarios, but the internal state should be assumed transient
(i.e. it cannot be serialized and deserialized later)Modifier and Type | Method and Description |
---|---|
void |
acknowledge()
Invoked when the message for which the acknowledgment has been created has been processed.
|