public static enum FlowableInternalHelper.RequestMax extends Enum<FlowableInternalHelper.RequestMax> implements Consumer<org.reactivestreams.Subscription>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.reactivestreams.Subscription t)
Consume the given value.
|
static FlowableInternalHelper.RequestMax |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowableInternalHelper.RequestMax[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowableInternalHelper.RequestMax INSTANCE
public static FlowableInternalHelper.RequestMax[] values()
for (FlowableInternalHelper.RequestMax c : FlowableInternalHelper.RequestMax.values()) System.out.println(c);
public static FlowableInternalHelper.RequestMax 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 © 2018 JBoss by Red Hat. All rights reserved.