Uses of Class
fr.gouv.vitam.common.retryable.RetryableParameters
Packages that use RetryableParameters
-
Uses of RetryableParameters in fr.gouv.vitam.common.retryable
Methods in fr.gouv.vitam.common.retryable with parameters of type RetryableParametersModifier and TypeMethodDescriptiondefault voidRetryable.doSleep(int attempt, String name, RetryableParameters param, SecureRandom randomSleep, String toPrint) default voidRetryable.sleep(int attempt, String name, RetryableParameters param, SecureRandom randomSleep, Consumer<Exception> onException, Exception exception) default voidRetryable.sleep(int attempt, String name, RetryableParameters param, SecureRandom randomSleep, Consumer<T> onResult, T type) Constructors in fr.gouv.vitam.common.retryable with parameters of type RetryableParametersModifierConstructorDescriptionRetryableOnException(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)