See: Description
| Interface | Description | 
|---|---|
| MethodArgumentsKeyGenerator | Interface that allows method parameters to be identified and tagged by a
 unique key. | 
| MethodInvocationRecoverer<T> | Strategy interface for recovery action when processing of an item fails. | 
| NewMethodArgumentsIdentifier | Strategy interface to distinguish new arguments from ones that have been
 processed before, e.g. | 
| Retryable | Marker interface for proxies that are providing retryable behaviour. | 
| Class | Description | 
|---|---|
| FixedKeyGenerator | |
| RetryInterceptorBuilder<T extends org.aopalliance.intercept.MethodInterceptor> | 
 Simplified facade to make it easier and simpler to build a
  StatefulRetryOperationsInterceptoror (stateless)RetryOperationsInterceptorby providing a fluent interface to defining the
 behavior on error. | 
| RetryInterceptorBuilder.CircuitBreakerInterceptorBuilder | |
| RetryInterceptorBuilder.StatefulRetryInterceptorBuilder | |
| RetryInterceptorBuilder.StatelessRetryInterceptorBuilder | |
| RetryOperationsInterceptor | A  MethodInterceptorthat can be used to automatically retry calls to a method
 on a service if it fails. | 
| StatefulRetryOperationsInterceptor | A  MethodInterceptorthat can be used to automatically retry calls to a method
 on a service if it fails. | 
Infrastructure implementations of retry aop concerns.
Copyright © 2018 SpringSource. All rights reserved.