Uses of Enum Class
org.springframework.boot.opentelemetry.autoconfigure.OtlpProperties.Compression
Packages that use OtlpProperties.Compression
Package
Description
Auto-configuration for OpenTelemetry.
-
Uses of OtlpProperties.Compression in org.springframework.boot.opentelemetry.autoconfigure
Subclasses with type arguments of type OtlpProperties.Compression in org.springframework.boot.opentelemetry.autoconfigureMethods in org.springframework.boot.opentelemetry.autoconfigure that return OtlpProperties.CompressionModifier and TypeMethodDescription@Nullable OtlpProperties.CompressionOtlpProperties.getCompression()static OtlpProperties.CompressionReturns the enum constant of this class with the specified name.static OtlpProperties.Compression[]OtlpProperties.Compression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.opentelemetry.autoconfigure with parameters of type OtlpProperties.CompressionModifier and TypeMethodDescriptionvoidOtlpProperties.setCompression(@Nullable OtlpProperties.Compression compression) Method parameters in org.springframework.boot.opentelemetry.autoconfigure with type arguments of type OtlpProperties.CompressionModifier and TypeMethodDescription<T> TOtlpProperties.resolveCompression(@Nullable T signalCompression, T defaultCompression, Function<OtlpProperties.Compression, T> mapper) Resolves the compression to use, falling back to this common compression, mapped throughmapper, whensignalCompressionis not set.