Interface Gauge<T>

  • All Superinterfaces:
    Metric

    @Public
    public interface Gauge<T>
    extends Metric
    A Gauge is a Metric that calculates a specific value at a point in time.
    • Method Detail

      • getValue

        T getValue()
        Calculates and returns the measured value.
        Returns:
        calculated value