Uses of Class
io.helidon.metrics.api.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
Modifier and TypeClassDescriptionstatic class
ScopeConfig.BuilderBase<BUILDER extends ScopeConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ScopeConfig> Fluent API builder base forScopeConfig
.Modifier and TypeMethodDescriptionScopeConfig.BuilderBase.from
(ScopeConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
ScopeConfigImpl
(ScopeConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.