| Package | Description |
|---|---|
| org.springframework.retry.interceptor |
Infrastructure implementations of retry aop concerns.
|
| org.springframework.retry.policy |
Infrastructure implementations of retry policy concerns.
|
| Modifier and Type | Field and Description |
|---|---|
protected SimpleRetryPolicy |
RetryInterceptorBuilder.simpleRetryPolicy |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionRetryPolicy
Subclass of
SimpleRetryPolicy that delegates to super.canRetry() and,
if true, further evaluates an expression against the last thrown exception. |
Copyright © 2018 SpringSource. All rights reserved.