| Package | Description |
|---|---|
| com.evanlennick.retry4j | |
| com.evanlennick.retry4j.exception | |
| com.evanlennick.retry4j.listener |
| Modifier and Type | Method and Description |
|---|---|
CallResults<Object> |
CallExecutor.execute(Callable<?> callable) |
| Modifier and Type | Method and Description |
|---|---|
CallResults |
RetriesExhaustedException.getCallResults() |
| Constructor and Description |
|---|
RetriesExhaustedException(CallResults results) |
RetriesExhaustedException(String message,
CallResults results) |
| Modifier and Type | Method and Description |
|---|---|
void |
AfterFailedTryListener.immediatelyAfterFailedTry(CallResults results) |
void |
BeforeNextTryListener.immediatelyBeforeNextTry(CallResults results) |
void |
OnFailureListener.onFailure(CallResults callResults) |
void |
OnSuccessListener.onSuccess(CallResults callResults) |
Copyright © 2015. All rights reserved.