public static enum RequestContext.Operation extends Enum<RequestContext.Operation>
Enum Constant and Description |
---|
BOOTSTRAP |
END_SUBSCRIPTION_AFTER_BOOTSTRAP |
Modifier and Type | Method and Description |
---|---|
void |
apply(@NotNull RequestContext rc) |
static RequestContext.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestContext.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestContext.Operation END_SUBSCRIPTION_AFTER_BOOTSTRAP
public static final RequestContext.Operation BOOTSTRAP
public static RequestContext.Operation[] values()
for (RequestContext.Operation c : RequestContext.Operation.values()) System.out.println(c);
public static RequestContext.Operation 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 nullpublic void apply(@NotNull @NotNull RequestContext rc)
Copyright © 2021. All rights reserved.