Interface BoundLongUpDownCounter


  • @ThreadSafe
    public interface BoundLongUpDownCounter
    A Bound Instrument for a LongUpDownCounter.
    • Method Detail

      • add

        void add​(long increment)
        Adds the given increment to the current value.

        The value added is associated with the current Context.

        Parameters:
        increment - the value to add.
      • unbind

        void unbind()