Interface CounterSupplier

    • Method Detail

      • getCount

        long getCount()
        This will return the value of the counter or an undefined value if never started.
        Returns:
        the value of the counter or an undefined value if never started.