Uses of Interface
org.springframework.retry.policy.RetryContextCache
Packages that use RetryContextCache
Package
Description
Infrastructure implementations of retry policy concerns.
Infrastructure implementations of retry support concerns.
-
Uses of RetryContextCache in org.springframework.retry.annotation
Methods in org.springframework.retry.annotation with parameters of type RetryContextCacheModifier and TypeMethodDescriptionvoid
AnnotationAwareRetryOperationsInterceptor.setRetryContextCache
(RetryContextCache retryContextCache) Public setter for theRetryContextCache
. -
Uses of RetryContextCache in org.springframework.retry.policy
Classes in org.springframework.retry.policy that implement RetryContextCacheModifier and TypeClassDescriptionclass
Map-based implementation ofRetryContextCache
.class
Map-based implementation ofRetryContextCache
. -
Uses of RetryContextCache in org.springframework.retry.support
Methods in org.springframework.retry.support with parameters of type RetryContextCacheModifier and TypeMethodDescriptionvoid
RetryTemplate.setRetryContextCache
(RetryContextCache retryContextCache) Public setter for theRetryContextCache
.