Interface AcknowledgementExecutor<T>
- All Known Implementing Classes:
SqsAcknowledgementExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Allows executing acknowledgements for a batch of messages.
- Since:
- 3.0
- Author:
- Tomaz Fernandes
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionexecute(Collection<Message<T>> messages) Executes acknowledgements for the provided batch of messages.
-
Method Details
-
execute
Executes acknowledgements for the provided batch of messages.- Parameters:
messages- the messages.- Returns:
- a completable future.
-