Uses of Interface
org.seppiko.commons.utils.concurrent.RetryCallable
Packages that use RetryCallable
-
Uses of RetryCallable in org.seppiko.commons.utils.concurrent
Methods in org.seppiko.commons.utils.concurrent with parameters of type RetryCallableModifier and TypeMethodDescriptionstatic <T> TRetryableTask.caller(RetryCallable<T> callable, int times, long delay, TimeUnit unit) Retry task caller