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