Class ExceptionClassifierRetryPolicy

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

public class ExceptionClassifierRetryPolicy extends Object implements RetryPolicy
A RetryPolicy that dynamically adapts to one of a set of injected policies according to the value of the latest exception.
Author:
Dave Syer
See Also: