Interface Meter

    • Method Detail

      • getId

        Meter.Id getId()
        Returns:
        A unique combination of name and tags
      • measure

        Iterable<Measurement> measure()
        Get a set of measurements. Should always return the same number of measurements and in the same order, regardless of the level of activity or the lack thereof.
        Returns:
        The set of measurements that represents the instantaneous value of this meter.