Constructor and Description |
---|
RetryableOnResult(RetryableParameters param,
Predicate<T> retryOn) |
RetryableOnResult(RetryableParameters param,
Predicate<T> retryOn,
Consumer<T> onResult) |
Modifier and Type | Method and Description |
---|---|
T |
exec(DelegateRetry<T,E> delegate) |
void |
execute(DelegateRetryVoid<E> delegate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSleepTime, sleep
public RetryableOnResult(RetryableParameters param, Predicate<T> retryOn, Consumer<T> onResult)
public RetryableOnResult(RetryableParameters param, Predicate<T> retryOn)
Copyright © 2019 Vitam. All rights reserved.