| Package | Description | 
|---|---|
| org.springframework.retry.annotation | |
| org.springframework.retry.interceptor | 
 
Infrastructure implementations of retry aop concerns. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AnnotationAwareRetryOperationsInterceptor.setKeyGenerator(MethodArgumentsKeyGenerator methodArgumentsKeyGenerator)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FixedKeyGenerator  | 
| Modifier and Type | Method and Description | 
|---|---|
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder | 
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.keyGenerator(MethodArgumentsKeyGenerator keyGenerator)
Stateful retry requires items to be identifiable. 
 | 
RetryInterceptorBuilder.CircuitBreakerInterceptorBuilder | 
RetryInterceptorBuilder.CircuitBreakerInterceptorBuilder.keyGenerator(MethodArgumentsKeyGenerator keyGenerator)  | 
void | 
StatefulRetryOperationsInterceptor.setKeyGenerator(MethodArgumentsKeyGenerator keyGenerator)  | 
Copyright © 2018 SpringSource. All rights reserved.