@Deprecated public static enum Callables.AdvancedAction extends Enum<Callables.AdvancedAction>
| Enum Constant and Description |
|---|
ABORT
Deprecated.
|
RETRY
Deprecated.
|
RETRY_DELAYED
Deprecated.
|
RETRY_IMMEDIATE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Callables.AdvancedAction |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Callables.AdvancedAction[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Callables.AdvancedAction RETRY
public static final Callables.AdvancedAction RETRY_IMMEDIATE
public static final Callables.AdvancedAction RETRY_DELAYED
public static final Callables.AdvancedAction ABORT
public static Callables.AdvancedAction[] values()
for (Callables.AdvancedAction c : Callables.AdvancedAction.values()) System.out.println(c);
public static Callables.AdvancedAction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 SPF4J. All rights reserved.