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