| Package | Description |
|---|---|
| net.jodah.recurrent |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncRecurrent.run(ContextualRunnable runnable)
Executes the
runnable until successful or until the configured RetryPolicy is exceeded. |
RecurrentFuture<Void> |
AsyncRecurrent.run(ContextualRunnable runnable)
Executes the
runnable asynchronously until successful or until the configured RetryPolicy is
exceeded. |
Copyright © 2016. All Rights Reserved.