Package | Description |
---|---|
fr.gouv.vitam.common.retryable |
Modifier and Type | Method and Description |
---|---|
default long |
Retryable.getSleepTime(int attempt,
RetryableParameters param,
Random randomSleep) |
default void |
Retryable.sleep(int attempt,
String name,
VitamLogger LOGGER,
RetryableParameters param,
Random randomSleep) |
Constructor and Description |
---|
RetryableOnException(RetryableParameters param) |
RetryableOnException(RetryableParameters param,
Predicate<Exception> retryOn) |
RetryableOnException(RetryableParameters param,
Predicate<Exception> retryOn,
Consumer<Exception> onException) |
RetryableOnResult(RetryableParameters param,
Predicate<T> retryOn) |
RetryableOnResult(RetryableParameters param,
Predicate<T> retryOn,
Consumer<T> onResult) |
Copyright © 2019 Vitam. All rights reserved.