Class PollingCorrelationManager<T>

java.lang.Object
org.citrusframework.message.correlation.DefaultCorrelationManager<T>
org.citrusframework.message.correlation.PollingCorrelationManager<T>
All Implemented Interfaces:
CorrelationManager<T>

public class PollingCorrelationManager<T> extends DefaultCorrelationManager<T>
Extension of default correlation manager adds polling mechanism for find operation on object store. In case object is not found in store retry is automatically performed. Polling interval and overall retry timeout is usually defined in endpoint configuration.
Since:
2.1