Uses of Interface
io.helidon.inject.api.Metrics
Packages that use Metrics
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of Metrics in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type MetricsModifier and TypeClassDescriptionstatic classMetrics.BuilderBase<BUILDER extends Metrics.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Metrics> Fluent API builder base forMetrics.Classes in io.helidon.inject.api that implement MetricsModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return MetricsModifier and TypeMethodDescriptionMetrics.Builder.build()Metrics.Builder.buildPrototype()static MetricsMetrics.create()Create a new instance with default values.Methods in io.helidon.inject.api that return types with arguments of type MetricsModifier and TypeMethodDescriptionInjectionServices.metrics()Optionally, the metrics that are exposed by the provider implementation.Methods in io.helidon.inject.api with parameters of type Metrics