Uses of Class
io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
Packages that use ProcessorConfig.BuilderBase
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of ProcessorConfig.BuilderBase in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type ProcessorConfig.BuilderBaseModifier and TypeClassDescriptionstatic classProcessorConfig.BuilderBase<BUILDER extends ProcessorConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ProcessorConfig> Fluent API builder base forProcessorConfig.Subclasses of ProcessorConfig.BuilderBase in io.helidon.telemetry.otelconfigModifier and TypeClassDescriptionstatic classFluent API builder forBatchProcessorConfig.static classBatchProcessorConfig.BuilderBase<BUILDER extends BatchProcessorConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends BatchProcessorConfig> Fluent API builder base forBatchProcessorConfig.static classFluent API builder forProcessorConfig.Methods in io.helidon.telemetry.otelconfig with parameters of type ProcessorConfig.BuilderBaseModifier and TypeMethodDescriptionProcessorConfig.BuilderBase.from(ProcessorConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.telemetry.otelconfig with parameters of type ProcessorConfig.BuilderBaseModifierConstructorDescriptionprotectedProcessorConfigImpl(ProcessorConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.