Uses of Package
org.springframework.retry.policy
Packages that use org.springframework.retry.policy
Package
Description
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry policy concerns.
Infrastructure implementations of retry support concerns.
-
Classes in org.springframework.retry.policy used by org.springframework.retry.annotationClassDescriptionSimple map-like abstraction for stateful retry policies to use when storing and retrieving
RetryContext
instances. -
Classes in org.springframework.retry.policy used by org.springframework.retry.interceptorClassDescriptionSimple retry policy that retries a fixed number of times for a set of named exceptions (and subclasses).
-
Classes in org.springframework.retry.policy used by org.springframework.retry.policyClassDescriptionSubclass of
SimpleRetryPolicy
that delegates to super.canRetry() and, if true, further evaluates an expression against the last thrown exception.ARetryPolicy
that allows the first attempt but never permits a retry.Exception that indicates that a cache limit was exceeded.Simple map-like abstraction for stateful retry policies to use when storing and retrievingRetryContext
instances.Simple retry policy that retries a fixed number of times for a set of named exceptions (and subclasses). -
Classes in org.springframework.retry.policy used by org.springframework.retry.supportClassDescriptionSimple map-like abstraction for stateful retry policies to use when storing and retrieving
RetryContext
instances.