| Package | Description |
|---|---|
| com.evanlennick.retry4j |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
CallExecutor<T>
Default implementation that does a single, synchrnous retry in the same thread that it is called from.
|
Copyright © 2018. All rights reserved.