Interface ExecutingAcknowledgementProcessor<T>

All Superinterfaces:
AcknowledgementProcessor<T>, ConfigurableContainerComponent, IdentifiableContainerComponent, Lifecycle, Phased, SmartLifecycle
All Known Implementing Classes:
AbstractOrderingAcknowledgementProcessor, BatchingAcknowledgementProcessor, ImmediateAcknowledgementProcessor

public interface ExecutingAcknowledgementProcessor<T> extends AcknowledgementProcessor<T>
AcknowledgementProcessor specialization that allows for delegating acknowledgement execution to a AcknowledgementExecutor. Such execution can be ordered according to an AcknowledgementOrdering.
Since:
3.0
Author:
Tomaz Fernandes
See Also: