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 Summary
Modifier and TypeMethodDescriptionvoidaccept(MetricType.IMetricTypeVisitor visitor) Accept the given visitor
-
Method Details
-
accept
Accept the given visitor- Parameters:
visitor- visitor class having its specific business logic
-