public static enum TraceFilterConfiguration.Channel extends Enum<TraceFilterConfiguration.Channel>
| Enum Constant and Description |
|---|
AsyncDispatch |
AsyncProcess |
IncomingRequest |
IncomingResponse |
OutgoingRequest |
OutgoingResponse |
| Modifier and Type | Method and Description |
|---|---|
static TraceFilterConfiguration.Channel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceFilterConfiguration.Channel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceFilterConfiguration.Channel IncomingRequest
public static final TraceFilterConfiguration.Channel OutgoingResponse
public static final TraceFilterConfiguration.Channel OutgoingRequest
public static final TraceFilterConfiguration.Channel IncomingResponse
public static final TraceFilterConfiguration.Channel AsyncDispatch
public static final TraceFilterConfiguration.Channel AsyncProcess
public static TraceFilterConfiguration.Channel[] values()
for (TraceFilterConfiguration.Channel c : TraceFilterConfiguration.Channel.values()) System.out.println(c);
public static TraceFilterConfiguration.Channel 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 © 2019. All rights reserved.