Package org.aksw.commons.util.retry
Class RetryUtils
- java.lang.Object
-
- org.aksw.commons.util.retry.RetryUtils
-
public class RetryUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description RetryUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TsimpleRetry(long retryCount, long delayInMs, Callable<T> action)
-
-
-
Method Detail
-
simpleRetry
public static <T> T simpleRetry(long retryCount, long delayInMs, Callable<T> action)
-
-