Package org.smallmind.nutsnbolts.retry
Class Retry
- java.lang.Object
-
- org.smallmind.nutsnbolts.retry.Retry
-
public class Retry extends Object
-
-
Constructor Summary
Constructors Constructor Description Retry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanexecute(RetryCall retryCall, int retries, long delay, boolean exponential)
-
-
-
Method Detail
-
execute
public static boolean execute(RetryCall retryCall, int retries, long delay, boolean exponential) throws InterruptedException
- Throws:
InterruptedException
-
-