Uses of Interface
org.smallmind.nutsnbolts.retry.RetryCall
-
Packages that use RetryCall Package Description org.smallmind.nutsnbolts.retry -
-
Uses of RetryCall in org.smallmind.nutsnbolts.retry
Methods in org.smallmind.nutsnbolts.retry with parameters of type RetryCall Modifier and Type Method Description static booleanRetry. execute(RetryCall retryCall, int retries, long delay, boolean exponential)Constructors in org.smallmind.nutsnbolts.retry with parameters of type RetryCall Constructor Description RetryWorker(RetryCall retryCall)
-