Constructor and Description |
---|
RetryableOnException(RetryableParameters param) |
RetryableOnException(RetryableParameters param,
Predicate<Exception> retryOn) |
RetryableOnException(RetryableParameters param,
Predicate<Exception> retryOn,
Consumer<Exception> onException) |
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 RetryableOnException(RetryableParameters param, Predicate<Exception> retryOn, Consumer<Exception> onException)
public RetryableOnException(RetryableParameters param, Predicate<Exception> retryOn)
public RetryableOnException(RetryableParameters param)
Copyright © 2019 Vitam. All rights reserved.