| Package | Description |
|---|---|
| com.evanlennick.retry4j | |
| com.evanlennick.retry4j.exception | |
| com.evanlennick.retry4j.listener |
| Modifier and Type | Method and Description |
|---|---|
Status<T> |
CallExecutor.execute(Callable<T> callable) |
Status<T> |
CallExecutor.execute(Callable<T> callable,
String callName) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Status<T>> |
AsyncCallExecutor.execute(Callable<T> callable) |
CompletableFuture<Status<T>> |
AsyncCallExecutor.execute(Callable<T> callable,
String callName) |
| Modifier and Type | Method and Description |
|---|---|
Status |
RetriesExhaustedException.getStatus() |
| Constructor and Description |
|---|
RetriesExhaustedException(String message,
Throwable cause,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryListener.onEvent(Status status) |
Copyright © 2018. All rights reserved.