| Package | Description |
|---|---|
| org.springframework.retry.annotation | |
| org.springframework.retry.policy |
Infrastructure implementations of retry policy concerns.
|
| org.springframework.retry.support |
Infrastructure implementations of retry support concerns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationAwareRetryOperationsInterceptor.setRetryContextCache(RetryContextCache retryContextCache)
Public setter for the
RetryContextCache. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapRetryContextCache
Map-based implementation of
RetryContextCache. |
class |
SoftReferenceMapRetryContextCache
Map-based implementation of
RetryContextCache. |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryTemplate.setRetryContextCache(RetryContextCache retryContextCache)
Public setter for the
RetryContextCache. |
Copyright © 2018 SpringSource. All rights reserved.