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