Interface LongValueRecorder.BoundLongValueRecorder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void record​(long value)
      Records the given measurement, associated with the current Context.
      void unbind()
      Unbinds the current Bound from the Instrument.
    • Method Detail

      • record

        void record​(long value)
        Records the given measurement, associated with the current Context.
        Parameters:
        value - the measurement to record.
        Throws:
        IllegalArgumentException - if value is negative.