Interface MetricResolver.Of<T extends Annotation>
-
- Enclosing class:
- MetricResolver
public static interface MetricResolver.Of<T extends Annotation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPresent()AnnotationInfometricAnnotation()StringmetricName()org.eclipse.microprofile.metrics.Tag[]tags()
-
-
-
Method Detail
-
isPresent
boolean isPresent()
-
metricName
String metricName()
-
tags
org.eclipse.microprofile.metrics.Tag[] tags()
-
metricAnnotation
AnnotationInfo metricAnnotation()
-
-