Interface MetricType.IMetricKeyType

All Known Implementing Classes:
MetricType.Counter, MetricType.Gauge, MetricType.UpDownCounter
Enclosing class:
MetricType

public static interface MetricType.IMetricKeyType
The IMetricKeyType interface represents the key type of a metric. Each key type can accept a visitor to implement its specific business logic.
  • Method Details

    • accept

      void accept(MetricType.IMetricTypeVisitor visitor)
      Accept the given visitor
      Parameters:
      visitor - visitor class having its specific business logic