public static enum OpenTelemetryConnection.HashMapTextMapSetter extends Enum<OpenTelemetryConnection.HashMapTextMapSetter> implements io.opentelemetry.context.propagation.TextMapSetter<Map<String,String>>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
set(Map<String,String> carrier,
String key,
String value) |
static OpenTelemetryConnection.HashMapTextMapSetter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenTelemetryConnection.HashMapTextMapSetter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenTelemetryConnection.HashMapTextMapSetter INSTANCE
public static OpenTelemetryConnection.HashMapTextMapSetter[] values()
for (OpenTelemetryConnection.HashMapTextMapSetter c : OpenTelemetryConnection.HashMapTextMapSetter.values()) System.out.println(c);
public static OpenTelemetryConnection.HashMapTextMapSetter 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.