Modifier and Type | Method and Description |
---|---|
<T> Stage<RetryResult<T>> |
CoreAsync.retryUntilCompleted(Callable<? extends Stage<T>> callable,
RetryPolicy policy) |
<T> Stage<RetryResult<T>> |
Async.retryUntilCompleted(Callable<? extends Stage<T>> callable,
RetryPolicy policy)
Retry the given action until it has been completed, or the provided
RetryPolicy expire. |
<T> Stage<RetryResult<T>> |
CoreAsync.retryUntilCompleted(Callable<? extends Stage<T>> callable,
RetryPolicy policy,
ClockSource clockSource) |
<T> Stage<RetryResult<T>> |
Async.retryUntilCompleted(Callable<? extends Stage<T>> callable,
RetryPolicy policy,
ClockSource clockSource)
Retry the given action until it has been completed, or the provided
RetryPolicy expire. |
Copyright © 2017. All rights reserved.