Uses of Interface
org.springframework.retry.interceptor.MethodInvocationRecoverer
Package
Description
Infrastructure implementations of retry aop concerns.
-
Uses of MethodInvocationRecoverer in org.springframework.retry.annotation
Modifier and TypeClassDescriptionclass
A recoverer for method invocations based on the@Recover
annotation. -
Uses of MethodInvocationRecoverer in org.springframework.retry.interceptor
Modifier and TypeFieldDescriptionprotected MethodInvocationRecoverer<?>
RetryInterceptorBuilder.recoverer
Modifier and TypeMethodDescriptionRetryInterceptorBuilder.CircuitBreakerInterceptorBuilder.recoverer
(MethodInvocationRecoverer<?> recoverer) RetryInterceptorBuilder.recoverer
(MethodInvocationRecoverer<?> recoverer) Apply aMethodInvocationRecoverer
for the Retry interceptor.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.recoverer
(MethodInvocationRecoverer<?> recoverer) void
RetryOperationsInterceptor.setRecoverer
(MethodInvocationRecoverer<?> recoverer) void
StatefulRetryOperationsInterceptor.setRecoverer
(MethodInvocationRecoverer<?> recoverer) Public setter for theMethodInvocationRecoverer
to use if the retry is exhausted.