Package | Description |
---|---|
org.spf4j.base |
Modifier and Type | Class and Description |
---|---|
static class |
Callables.TimeoutCallable<T,EX extends Exception>
Deprecated.
use RetryPolicy
|
static class |
CallablesNano.NanoTimeoutCallable<T,EX extends Exception>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T,EX extends Exception> |
Callables.executeWithRetry(Callables.CheckedCallable<T,EX> pwhat,
Callables.RetryPredicate<? super T,T> retryOnReturnVal,
Callables.RetryPredicate<Exception,T> retryOnException,
Class<EX> exceptionClass)
Deprecated.
use RetryPolicy
|
Copyright © 2018 SPF4J. All rights reserved.