Package org.aksw.commons.util.retry
Class RetryUtils
java.lang.Object
org.aksw.commons.util.retry.RetryUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TsimpleRetry(long retryCount, long delayInMs, Callable<T> action)
-
Constructor Details
-
RetryUtils
public RetryUtils()
-
-
Method Details
-
simpleRetry
-