Class CompositeRetryPolicy

java.lang.Object
org.springframework.retry.policy.CompositeRetryPolicy
All Implemented Interfaces:
Serializable, RetryPolicy

public class CompositeRetryPolicy extends Object implements RetryPolicy
A RetryPolicy that composes a list of other policies and delegates calls to them in order.
Author:
Dave Syer, Michael Minella
See Also: