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 public static class MetricUtil.LookupResult<A extends Annotation> extends Object
Deprecated.This class is made public to migrate from metrics1 to metrics2 for gRPC, this should be refactoredDO NOT USE THIS CLASS please.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description A
getAnnotation()
Deprecated.MetricUtil.MatchingType
getType()
Deprecated.
-
-
-
Method Detail
-
getType
public MetricUtil.MatchingType getType()
Deprecated.
-
getAnnotation
public A getAnnotation()
Deprecated.
-
-