Package io.helidon.microprofile.metrics
Class MetricUtil.LookupResult<A extends Annotation>
java.lang.Object
io.helidon.microprofile.metrics.MetricUtil.LookupResult<A>
- Type Parameters:
A- type of annotation
- Enclosing class:
- MetricUtil
Deprecated.
This class is made public to migrate from metrics1 to metrics2 for gRPC, this should be refactored
DO NOT USE THIS CLASS please.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the annotation for the lookup result.getType()Deprecated.Returns the matching type for this lookup result.
-
Method Details
-
getType
Deprecated.Returns the matching type for this lookup result.- Returns:
- matching type
-
getAnnotation
Deprecated.Returns the annotation for the lookup result.- Returns:
- the annotation
-