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
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
-