Interface AcknowledgementProcessingMessageSource<T>

All Superinterfaces:
ConfigurableContainerComponent, MessageSource<T>
All Known Subinterfaces:
PollingMessageSource<T>
All Known Implementing Classes:
AbstractPollingMessageSource, AbstractSqsMessageSource, FifoSqsMessageSource, StandardSqsMessageSource

public interface AcknowledgementProcessingMessageSource<T> extends MessageSource<T>
MessageSource specialization that enables processing acknowledgements for the Message instances through an AcknowledgementExecutor
Since:
3.0
Author:
Tomaz Fernandes