Uses of Interface
org.springframework.retry.interceptor.MethodInvocationRecoverer
Packages that use MethodInvocationRecoverer
Package
Description
Infrastructure implementations of retry aop concerns.
-
Uses of MethodInvocationRecoverer in org.springframework.retry.annotation
Classes in org.springframework.retry.annotation that implement MethodInvocationRecovererModifier and TypeClassDescriptionclassA recoverer for method invocations based on the@Recoverannotation. -
Uses of MethodInvocationRecoverer in org.springframework.retry.interceptor
Fields in org.springframework.retry.interceptor declared as MethodInvocationRecovererModifier and TypeFieldDescriptionprotected MethodInvocationRecoverer<?>RetryInterceptorBuilder.recovererMethods in org.springframework.retry.interceptor with parameters of type MethodInvocationRecovererModifier and TypeMethodDescriptionRetryInterceptorBuilder.CircuitBreakerInterceptorBuilder.recoverer(MethodInvocationRecoverer<?> recoverer) RetryInterceptorBuilder.recoverer(MethodInvocationRecoverer<?> recoverer) Apply aMethodInvocationRecovererfor the Retry interceptor.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.recoverer(MethodInvocationRecoverer<?> recoverer) voidRetryOperationsInterceptor.setRecoverer(MethodInvocationRecoverer<?> recoverer) voidStatefulRetryOperationsInterceptor.setRecoverer(MethodInvocationRecoverer<?> recoverer) Public setter for theMethodInvocationRecovererto use if the retry is exhausted.