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