Package com.predic8.membrane.core.cloud
Class ExponentialBackoff
java.lang.Object
com.predic8.membrane.core.cloud.ExponentialBackoff
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidretryAfter(long initialDelay, long maxDelay, double factor, String jobDescription, ExponentialBackoff.Job job)
-
Constructor Details
-
ExponentialBackoff
public ExponentialBackoff()
-
-
Method Details
-
retryAfter
public static void retryAfter(long initialDelay, long maxDelay, double factor, String jobDescription, ExponentialBackoff.Job job) throws InterruptedException - Throws:
InterruptedException
-