| Interface | Description |
|---|---|
| AsyncRunnable |
A Runnable that manually triggers asynchronous retries or completion via an asynchronous execution.
|
| AsyncSupplier<T> |
A Supplier that manually triggers asynchronous retries or completion via an asynchronous execution.
|
| CheckedConsumer<T> |
A Consumer that throws checked exceptions.
|
| CheckedFunction<T,R> |
A Function that throws checked exceptions.
|
| CheckedRunnable |
A Runnable that throws checked exceptions.
|
| CheckedSupplier<T> |
A Supplier that throws checked exceptions.
|
| ContextualRunnable |
A Runnable that provides execution context.
|
| ContextualSupplier<T> |
A Supplier that provides execution context.
|
| DelayFunction<R,F extends Throwable> |
A functional interface for computing delays between
Policy execution attempts. |
Copyright © 2020. All rights reserved.