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