Uses of Enum Class
io.helidon.telemetry.otelconfig.ProcessorType
Packages that use ProcessorType
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of ProcessorType in io.helidon.telemetry.otelconfig
Methods in io.helidon.telemetry.otelconfig that return ProcessorTypeModifier and TypeMethodDescriptionProcessorConfig.BuilderBase.ProcessorConfigImpl.type()ProcessorConfig.type()Processor type.static ProcessorTypeReturns the enum constant of this class with the specified name.static ProcessorType[]ProcessorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.telemetry.otelconfig that return types with arguments of type ProcessorTypeMethods in io.helidon.telemetry.otelconfig with parameters of type ProcessorTypeModifier and TypeMethodDescriptionProcessorConfig.BuilderBase.type(ProcessorType type) Processor type.