| Package | Description |
|---|---|
| org.springframework.retry.interceptor |
Infrastructure implementations of retry aop concerns.
|
| org.springframework.retry.support |
Infrastructure implementations of retry support concerns.
|
| Modifier and Type | Field and Description |
|---|---|
protected RetryOperations |
RetryInterceptorBuilder.retryOperations |
| Modifier and Type | Method and Description |
|---|---|
RetryInterceptorBuilder<T> |
RetryInterceptorBuilder.retryOperations(RetryOperations retryOperations)
Apply the retry operations - once this is set, other properties can no longer be
set; can't be set if other properties have been applied.
|
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.retryOperations(RetryOperations retryOperations) |
RetryInterceptorBuilder.CircuitBreakerInterceptorBuilder |
RetryInterceptorBuilder.CircuitBreakerInterceptorBuilder.retryOperations(RetryOperations retryOperations) |
void |
StatefulRetryOperationsInterceptor.setRetryOperations(RetryOperations retryTemplate) |
void |
RetryOperationsInterceptor.setRetryOperations(RetryOperations retryTemplate) |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryTemplate
Template class that simplifies the execution of operations with retry semantics.
|
Copyright © 2018 SpringSource. All rights reserved.