Interface MetricsProvider.TimeSupplier

  • Enclosing class:
    MetricsProvider

    public static interface MetricsProvider.TimeSupplier
    Supplies access to a time measurement.
    Author:
    Holger Eichelberger, SSE
    • Method Detail

      • get

        long get()
        Returns the time value.
        Returns:
        the time value (usually ms, depends on utilizing call)