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