Interface BoundDoubleCounter


  • @ThreadSafe
    public interface BoundDoubleCounter
    A Bound Instrument for a DoubleCounter.
    • Method Detail

      • add

        void add​(double increment)
        Adds the given increment to the current value. The values cannot be negative.

        The value added is associated with the current Context.

        Parameters:
        increment - the value to add.
      • unbind

        void unbind()