Interface Gauge<T>

Type Parameters:
T - The value of the Gauge.
All Superinterfaces:
Metric

public interface Gauge<T> extends Metric
A metrics which measures a discrete value.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getValue

      T getValue()