|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExhaustedRetryException | |
---|---|
org.springframework.batch.core.step.item | Specific implementations of step concerns for item-oriented approach. |
org.springframework.batch.retry | Infrastructure implementations of retry concerns. |
org.springframework.batch.retry.support | Infrastructure implementations of retry support concerns. |
Uses of ExhaustedRetryException in org.springframework.batch.core.step.item |
---|
Methods in org.springframework.batch.core.step.item that throw ExhaustedRetryException | ||
---|---|---|
|
BatchRetryTemplate.execute(RetryCallback<T> retryCallback,
Collection<RetryState> states)
|
|
|
BatchRetryTemplate.execute(RetryCallback<T> retryCallback,
RecoveryCallback<T> recoveryCallback,
Collection<RetryState> states)
|
|
|
BatchRetryTemplate.execute(RetryCallback<T> retryCallback,
RecoveryCallback<T> recoveryCallback,
RetryState retryState)
|
|
|
BatchRetryTemplate.execute(RetryCallback<T> retryCallback,
RetryState retryState)
|
Uses of ExhaustedRetryException in org.springframework.batch.retry |
---|
Methods in org.springframework.batch.retry that throw ExhaustedRetryException | ||
---|---|---|
|
RetryOperations.execute(RetryCallback<T> retryCallback,
RetryState retryState)
A simple stateful retry. |
Uses of ExhaustedRetryException in org.springframework.batch.retry.support |
---|
Methods in org.springframework.batch.retry.support that throw ExhaustedRetryException | ||
---|---|---|
protected
|
RetryTemplate.doExecute(RetryCallback<T> retryCallback,
RecoveryCallback<T> recoveryCallback,
RetryState state)
Execute the callback once if the policy dictates that we can, otherwise execute the recovery callback. |
|
|
RetryTemplate.execute(RetryCallback<T> retryCallback,
RecoveryCallback<T> recoveryCallback,
RetryState retryState)
Execute the callback once if the policy dictates that we can, re-throwing any exception encountered so that clients can re-present the same task later. |
|
|
RetryTemplate.execute(RetryCallback<T> retryCallback,
RetryState retryState)
Execute the callback once if the policy dictates that we can, re-throwing any exception encountered so that clients can re-present the same task later. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |