Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
Modifier and Type | Method and Description |
---|---|
Call<Void> |
FailsafeExecutor.newCall(ContextualRunnable<Void> runnable)
Returns a call that can execute the
runnable until a successful result is returned or the configured
policies are exceeded. |
<T extends R> |
FailsafeExecutor.newCall(ContextualSupplier<T,T> supplier)
Returns a call that can execute the
supplier until a successful result is returned or the configured
policies are exceeded. |
Copyright © 2022. All rights reserved.