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