Class AlwaysRetryPolicy

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

public class AlwaysRetryPolicy extends NeverRetryPolicy
A RetryPolicy that always permits a retry. Can also be used as a base class for other policies, e.g. for test purposes as a stub.
Author:
Dave Syer
See Also: