Package | Description |
---|---|
org.springframework.retry |
Infrastructure implementations of retry concerns.
|
org.springframework.retry.annotation | |
org.springframework.retry.backoff |
Infrastructure implementations of retry backoff concerns.
|
org.springframework.retry.context |
Infrastructure implementations of retry context concerns.
|
org.springframework.retry.interceptor |
Infrastructure implementations of retry aop concerns.
|
org.springframework.retry.listener |
Infrastructure implementations of retry interceptor concerns.
|
org.springframework.retry.policy |
Infrastructure implementations of retry policy concerns.
|
org.springframework.retry.stats | |
org.springframework.retry.support |
Infrastructure implementations of retry support concerns.
|
Class and Description |
---|
ExhaustedRetryException |
RecoveryCallback
Callback for stateful retry after all tries are exhausted.
|
RetryCallback
Callback interface for an operation that can be retried using a
RetryOperations . |
RetryContext
Low-level access to ongoing retry operation.
|
RetryException |
RetryState
Stateful retry is characterised by having to recognise the items that are
being processed, so this interface is used primarily to provide a cache key in
between failed attempts.
|
Class and Description |
---|
RetryListener
Interface for listener that can be used to add behaviour to a retry.
|
Class and Description |
---|
RetryContext
Low-level access to ongoing retry operation.
|
RetryException |
Class and Description |
---|
RetryContext
Low-level access to ongoing retry operation.
|
Class and Description |
---|
RetryOperations
Defines the basic set of operations implemented by
RetryOperations to
execute operations with configurable retry behaviour. |
RetryPolicy
A
RetryPolicy is responsible for allocating and managing resources
needed by RetryOperations . |
Class and Description |
---|
RetryCallback
Callback interface for an operation that can be retried using a
RetryOperations . |
RetryContext
Low-level access to ongoing retry operation.
|
RetryListener
Interface for listener that can be used to add behaviour to a retry.
|
Class and Description |
---|
RetryContext
Low-level access to ongoing retry operation.
|
RetryException |
RetryPolicy
A
RetryPolicy is responsible for allocating and managing resources
needed by RetryOperations . |
Class and Description |
---|
RetryCallback
Callback interface for an operation that can be retried using a
RetryOperations . |
RetryContext
Low-level access to ongoing retry operation.
|
RetryListener
Interface for listener that can be used to add behaviour to a retry.
|
RetryStatistics
Interface for statistics reporting of retry attempts.
|
Class and Description |
---|
ExhaustedRetryException |
RecoveryCallback
Callback for stateful retry after all tries are exhausted.
|
RetryCallback
Callback interface for an operation that can be retried using a
RetryOperations . |
RetryContext
Low-level access to ongoing retry operation.
|
RetryListener
Interface for listener that can be used to add behaviour to a retry.
|
RetryOperations
Defines the basic set of operations implemented by
RetryOperations to
execute operations with configurable retry behaviour. |
RetryPolicy
A
RetryPolicy is responsible for allocating and managing resources
needed by RetryOperations . |
RetryState
Stateful retry is characterised by having to recognise the items that are
being processed, so this interface is used primarily to provide a cache key in
between failed attempts.
|
Copyright © 2018 SpringSource. All rights reserved.