Package io.kestra.core.utils
Class RetryUtils
java.lang.Object
io.kestra.core.utils.RetryUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic classRetryUtils.Instance<T,E extends Throwable> static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,E extends Throwable>
RetryUtils.Instance<T,E> of()<T,E extends Throwable>
RetryUtils.Instance<T,E> of(AbstractRetry policy) <T,E extends Throwable>
RetryUtils.Instance<T,E> of(AbstractRetry policy, Function<RetryUtils.RetryFailed, E> failureFunction) <T,E extends Throwable>
RetryUtils.Instance<T,E> of(AbstractRetry policy, org.slf4j.Logger logger)
-
Constructor Details
-
RetryUtils
public RetryUtils()
-
-
Method Details
-
of
-
of
-
of
public <T,E extends Throwable> RetryUtils.Instance<T,E> of(AbstractRetry policy, Function<RetryUtils.RetryFailed, E> failureFunction) -
of
public <T,E extends Throwable> RetryUtils.Instance<T,E> of(AbstractRetry policy, org.slf4j.Logger logger)
-