|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.batch.retry.policy | |
---|---|
org.springframework.batch.retry.policy | Infrastructure implementations of retry policy concerns. |
Classes in org.springframework.batch.retry.policy used by org.springframework.batch.retry.policy | |
---|---|
AbstractStatefulRetryPolicy
Base class for stateful retry policies: those that operate in the context of a callback that is called once per retry execution (usually to enforce that it is only called once per transaction). |
|
AbstractStatelessRetryPolicy
Base class for "normal" retry policies: those that operate in the context of a callback that is called repeatedly in a loop until it succeeds, or the policy decides to terminate. |
|
NeverRetryPolicy
A RetryPolicy that allows the first attempt but never permits a
retry. |
|
RetryCacheCapacityExceededException
Exception that indicates that a cache limit was exceeded. |
|
RetryContextCache
Simple map-like abstraction for stateful retry policies to use when storing and retrieving RetryContext instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |