Uses of Interface
io.helidon.metrics.api.FunctionalCounter.Builder
Packages that use FunctionalCounter.Builder
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 FunctionalCounter.Builder in io.helidon.metrics.api
Subinterfaces with type arguments of type FunctionalCounter.Builder in io.helidon.metrics.apiMethods in io.helidon.metrics.api that return FunctionalCounter.BuilderModifier and TypeMethodDescriptionstatic <T> FunctionalCounter.Builder<?> Deprecated, for removal: This API element is subject to removal in a future version.<T> FunctionalCounter.Builder<T> MetricsFactory.functionalCounterBuilder(String name, T stateObject, Function<T, Long> fn) Creates a builder for a functionalCounter, essentially a counter-style wrapper around an external object.
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.functionalCounterBuilder(String, Object, java.util.function.Function)instead