protected static enum AbstractProcessorComponent.ContextMapGetter extends Enum<AbstractProcessorComponent.ContextMapGetter> implements io.opentelemetry.context.propagation.TextMapGetter<Map<String,? super String>>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
get(Map<String,? super String> map,
String s) |
Iterable<String> |
keys(Map<String,? super String> map) |
static AbstractProcessorComponent.ContextMapGetter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractProcessorComponent.ContextMapGetter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractProcessorComponent.ContextMapGetter INSTANCE
public static AbstractProcessorComponent.ContextMapGetter[] values()
for (AbstractProcessorComponent.ContextMapGetter c : AbstractProcessorComponent.ContextMapGetter.values()) System.out.println(c);
public static AbstractProcessorComponent.ContextMapGetter 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 © 2024 AVIO Consulting. All rights reserved.