Package io.helidon.microprofile.metrics
Interface MetricAnnotationDiscovery.OfConstructor
- All Superinterfaces:
MetricAnnotationDiscovery
- Enclosing interface:
MetricAnnotationDiscovery
Discovery of an annotation of interest on a constructor.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.microprofile.metrics.MetricAnnotationDiscovery
MetricAnnotationDiscovery.OfConstructor, MetricAnnotationDiscovery.OfMethod
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configurator for the constructor on which an annotation of interest appears.Methods inherited from interface io.helidon.microprofile.metrics.MetricAnnotationDiscovery
annotatedTypeConfigurator, annotation, deactivate, disableDefaultInterceptor, isActive
-
Method Details
-
configurator
AnnotatedConstructorConfigurator<?> configurator()Returns the configurator for the constructor on which an annotation of interest appears.- Returns:
- the configurator
-