Class NoopMeter

    • Constructor Detail

      • NoopMeter

        public NoopMeter​(Meter.Id id)
    • Method Detail

      • measure

        public java.util.List<Measurement> measure()
        Description copied from interface: Meter
        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.