| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| Class and Description |
|---|
| AsyncRunnable
A Runnable that manually triggers asynchronous retries or completion via an asynchronous execution.
|
| AsyncSupplier
A Supplier that manually triggers asynchronous retries or completion via an asynchronous execution.
|
| CheckedConsumer
A Consumer that throws checked exceptions.
|
| CheckedFunction
A Function that throws checked exceptions.
|
| CheckedRunnable
A Runnable that throws checked exceptions.
|
| CheckedSupplier
A Supplier that throws checked exceptions.
|
| ContextualRunnable
A Runnable that provides execution context.
|
| ContextualSupplier
A Supplier that provides execution context.
|
| DelayFunction
A functional interface for computing delays between
Policy execution attempts. |
Copyright © 2020. All rights reserved.