Uses of Class
org.springframework.retry.policy.SimpleRetryPolicy
Packages that use SimpleRetryPolicy
Package
Description
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry policy concerns.
-
Uses of SimpleRetryPolicy in org.springframework.retry.interceptor
Fields in org.springframework.retry.interceptor declared as SimpleRetryPolicyModifier and TypeFieldDescriptionprotected final SimpleRetryPolicy
RetryInterceptorBuilder.simpleRetryPolicy
-
Uses of SimpleRetryPolicy in org.springframework.retry.policy
Subclasses of SimpleRetryPolicy in org.springframework.retry.policyModifier and TypeClassDescriptionclass
Subclass ofSimpleRetryPolicy
that delegates to super.canRetry() and, if true, further evaluates an expression against the last thrown exception.