Uses of Class
com.avioconsulting.mule.opentelemetry.api.config.exporter.OtlpExporter.Protocol
-
Packages that use OtlpExporter.Protocol Package Description com.avioconsulting.mule.opentelemetry.api.config.exporter -
-
Uses of OtlpExporter.Protocol in com.avioconsulting.mule.opentelemetry.api.config.exporter
Methods in com.avioconsulting.mule.opentelemetry.api.config.exporter that return OtlpExporter.Protocol Modifier and Type Method Description static OtlpExporter.ProtocolOtlpExporter.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static OtlpExporter.Protocol[]OtlpExporter.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-