Package | Description |
---|---|
org.spf4j.base |
Modifier and Type | Method and Description |
---|---|
static Callables.RetryDecision |
Callables.RetryDecision.abort()
Deprecated.
|
static Callables.RetryDecision |
Callables.RetryDecision.abort(Exception exception)
Deprecated.
|
Callables.RetryDecision<R> |
Callables.FibonacciBackoffRetryPredicate.getDecision(T value,
Callable<R> callable)
Deprecated.
|
Callables.RetryDecision<R> |
Callables.RetryPredicate.getDecision(T value,
Callable<R> callable)
Deprecated.
the number or millis of delay until the next retry, or -1 for abort.
|
Callables.RetryDecision<R> |
CallablesNano.TimeoutNanoRetryPredicate.getDecision(T value,
long deadlineNanos,
Callable<R> what) |
Callables.RetryDecision<R> |
Callables.TimeoutRetryPredicate.getDecision(T value,
long deadlineMillis,
Callable<R> what)
Deprecated.
|
static <R> Callables.RetryDecision<R> |
Callables.RetryDecision.retry(long retryMillis,
Callable<R> callable)
Deprecated.
|
Copyright © 2018 SPF4J. All rights reserved.