Uses of Class
io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.BuilderBase
Packages that use BatchSpanProcessorConfig.BuilderBase
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of BatchSpanProcessorConfig.BuilderBase in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type BatchSpanProcessorConfig.BuilderBaseModifier and TypeClassDescriptionstatic classBatchSpanProcessorConfig.BuilderBase<BUILDER extends BatchSpanProcessorConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends BatchSpanProcessorConfig> Fluent API builder base forBatchSpanProcessorConfig.Subclasses of BatchSpanProcessorConfig.BuilderBase in io.helidon.telemetry.otelconfigMethods in io.helidon.telemetry.otelconfig with parameters of type BatchSpanProcessorConfig.BuilderBaseModifier and TypeMethodDescriptionBatchSpanProcessorConfig.BuilderBase.from(BatchSpanProcessorConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.telemetry.otelconfig with parameters of type BatchSpanProcessorConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.