@Deprecated public static final class Callables.RetryDecision<R> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Callables.RetryDecision.Type
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Callables.RetryDecision |
abort()
Deprecated.
|
static Callables.RetryDecision |
abort(Exception exception)
Deprecated.
|
Callables.RetryDecision.Type |
getDecisionType()
Deprecated.
|
long |
getDelayMillis()
Deprecated.
|
Exception |
getException()
Deprecated.
|
Callable<R> |
getNewCallable()
Deprecated.
|
static <R> Callables.RetryDecision<R> |
retry(long retryMillis,
Callable<R> callable)
Deprecated.
|
public static Callables.RetryDecision abort(Exception exception)
public static <R> Callables.RetryDecision<R> retry(long retryMillis, @Nonnull Callable<R> callable)
public static Callables.RetryDecision abort()
public Callables.RetryDecision.Type getDecisionType()
public long getDelayMillis()
public Exception getException()
Copyright © 2018 SPF4J. All rights reserved.