public enum OpenTelemetryExporterTransport extends Enum<OpenTelemetryExporterTransport>
| Modifier and Type | Method and Description |
|---|---|
SpanExporterConfigurator |
getSpanExporterConfigurator() |
static OpenTelemetryExporterTransport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenTelemetryExporterTransport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenTelemetryExporterTransport GRPC
public static final OpenTelemetryExporterTransport HTTP
public static OpenTelemetryExporterTransport[] values()
for (OpenTelemetryExporterTransport c : OpenTelemetryExporterTransport.values()) System.out.println(c);
public static OpenTelemetryExporterTransport 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 nullpublic SpanExporterConfigurator getSpanExporterConfigurator()
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.