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 refactored
DO NOT USE THIS CLASS please.
  • Method Details

    • getType

      public MetricUtil.MatchingType getType()
      Deprecated.
      Returns the matching type for this lookup result.
      Returns:
      matching type
    • getAnnotation

      public A getAnnotation()
      Deprecated.
      Returns the annotation for the lookup result.
      Returns:
      the annotation