public static enum StreamFactoryRequirements.Requirements extends Enum<StreamFactoryRequirements.Requirements>
| Enum Constant and Description |
|---|
ExpectUnauditedGetRequests
Expect Unaudited GETs.
|
RequiresFuturePool
Requires a future pool bound to the thread pool.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamFactoryRequirements.Requirements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamFactoryRequirements.Requirements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamFactoryRequirements.Requirements ExpectUnauditedGetRequests
public static final StreamFactoryRequirements.Requirements RequiresFuturePool
public static StreamFactoryRequirements.Requirements[] values()
for (StreamFactoryRequirements.Requirements c : StreamFactoryRequirements.Requirements.values()) System.out.println(c);
public static StreamFactoryRequirements.Requirements 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 © 2008–2025 Apache Software Foundation. All rights reserved.