@Deprecated public static interface Callables.RetryPredicate<T,R>
Modifier and Type | Field and Description |
---|---|
static Callables.RetryPredicate<Object,Object> |
NORETRY_DELAY_PREDICATE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Callables.RetryDecision<R> |
getDecision(T value,
Callable<R> callable)
Deprecated.
the number or millis of delay until the next retry, or -1 for abort.
|
static final Callables.RetryPredicate<Object,Object> NORETRY_DELAY_PREDICATE
Copyright © 2018 SPF4J. All rights reserved.