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 TypeMethodDescriptionvoidAnnotationAwareRetryOperationsInterceptor.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 TypeClassDescriptionclassMap-based implementation ofRetryContextCache.classMap-based implementation ofRetryContextCache. -
Uses of RetryContextCache in org.springframework.retry.support
Methods in org.springframework.retry.support with parameters of type RetryContextCacheModifier and TypeMethodDescriptionvoidRetryTemplate.setRetryContextCache(RetryContextCache retryContextCache) Public setter for theRetryContextCache.