Package com.netflix.spinnaker.kork.core
Class RetrySupport
java.lang.Object
com.netflix.spinnaker.kork.core.RetrySupport
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RetrySupport
public RetrySupport()
-
-
Method Details
-
retry
@Deprecated public <T> T retry(Supplier<T> fn, int maxRetries, long retryBackoffMillis, boolean exponential) Deprecated.replaced byretry(Supplier, int, Duration, boolean) -
retry
-
retry(Supplier, int, Duration, boolean)