Interface BoundDoubleValueRecorder


  • @ThreadSafe
    public interface BoundDoubleValueRecorder
    A Bound Instrument for a DoubleValueRecorder.
    • Method Detail

      • record

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

        void unbind()