| Package | Description |
|---|---|
| net.jodah.recurrent |
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<T> |
AsyncRecurrent.futureAsync(AsyncCallable<CompletableFuture<T>> callable)
Executes the
callable asynchronously until the resulting future is successfully completed or the configured
RetryPolicy is exceeded. |
<T> RecurrentFuture<T> |
AsyncRecurrent.getAsync(AsyncCallable<T> callable)
Executes the
callable asynchronously until a successful result is returned or the configured
RetryPolicy is exceeded. |
Copyright © 2016. All Rights Reserved.