| Interface | Description |
|---|---|
| RetryExecutor<T,S> |
| Class | Description |
|---|---|
| AsyncCallExecutor<T> |
Implementation that kicks off each retry request in its own separate thread that does not block the thread the
execution is called from.
|
| AttemptStatus<T> | |
| CallExecutor<T> |
Default implementation that does a single, synchrnous retry in the same thread that it is called from.
|
| Status<T> |
Copyright © 2018. All rights reserved.