Namespace Steeltoe.Common.Retry
Classes
Interfaces
- IRecoveryCallback
Callback for stateful retry after all tries are exhausted
- IRecoveryCallback<T>
Typed callback for stateful retry after all tries are exhausted
- IRetryContext
Low-level access to ongoing retry operation. Normally not needed by clients, but can be used to alter the course of the retry, e.g.force an early termination.
- IRetryListener
Interface for listener that can be used to add behaviour to a retry. Implementations of RetryOperations can chose to issue callbacks to an interceptor during the retry lifecycle.
- IRetryOperation
Defines the basic set of operations to execute operations with configurable retry behaviour.