Uses of Interface
org.springframework.retry.policy.RetryContextCache
Package
Description
Infrastructure implementations of retry policy concerns.
Infrastructure implementations of retry support concerns.
-
Uses of RetryContextCache in org.springframework.retry.annotation
Modifier and TypeMethodDescriptionvoid
AnnotationAwareRetryOperationsInterceptor.setRetryContextCache
(RetryContextCache retryContextCache) Public setter for theRetryContextCache
. -
Uses of RetryContextCache in org.springframework.retry.policy
Modifier and TypeClassDescriptionclass
Map-based implementation ofRetryContextCache
.class
Map-based implementation ofRetryContextCache
. -
Uses of RetryContextCache in org.springframework.retry.support
Modifier and TypeMethodDescriptionvoid
RetryTemplate.setRetryContextCache
(RetryContextCache retryContextCache) Public setter for theRetryContextCache
.