Uses of Class
io.helidon.metrics.api.ScopeConfig.BuilderBase
Packages that use ScopeConfig.BuilderBase
Package
Description
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
-
Uses of ScopeConfig.BuilderBase in io.helidon.metrics.api
Classes in io.helidon.metrics.api with type parameters of type ScopeConfig.BuilderBaseModifier and TypeClassDescriptionstatic classScopeConfig.BuilderBase<BUILDER extends ScopeConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ScopeConfig>Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder base forScopeConfig.Subclasses of ScopeConfig.BuilderBase in io.helidon.metrics.apiModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forScopeConfig.Methods in io.helidon.metrics.api with parameters of type ScopeConfig.BuilderBaseModifier and TypeMethodDescriptionScopeConfig.BuilderBase.from(ScopeConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.metrics.api with parameters of type ScopeConfig.BuilderBaseModifierConstructorDescriptionprotectedScopeConfigImpl(ScopeConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.