Package org.springframework.retry.interceptor
package org.springframework.retry.interceptor
Infrastructure implementations of retry aop concerns.
-
ClassDescriptionInterface that allows method parameters to be identified and tagged by a unique key.Strategy interface for recovery action when processing of an item fails.MethodInvocationRetryCallback<T,
E extends Throwable> Callback class for a Spring AOP reflective `MethodInvocation` that can be retried using aRetryOperations
.Strategy interface to distinguish new arguments from ones that have been processed before, e.g. by examining a message flag.Marker interface for proxies that are providing retryable behaviour.RetryInterceptorBuilder<T extends org.aopalliance.intercept.MethodInterceptor>Simplified facade to make it easier and simpler to build aStatefulRetryOperationsInterceptor
or (stateless)RetryOperationsInterceptor
by providing a fluent interface to defining the behavior on error.AMethodInterceptor
that can be used to automatically retry calls to a method on a service if it fails.AMethodInterceptor
that can be used to automatically retry calls to a method on a service if it fails.