Interface ObservableLongUpDownCounter

All Superinterfaces:
AutoCloseable

public interface ObservableLongUpDownCounter extends AutoCloseable
A reference to an observable metric registered with LongUpDownCounterBuilder.buildWithCallback(Consumer).
Since:
1.10.0
  • Method Details

    • close

      default void close()
      Remove the callback registered via LongUpDownCounterBuilder.buildWithCallback(Consumer). After this is called, the callback won't be invoked on future collections. Subsequent calls to close() have no effect.

      Note: other callbacks registered to the metric with the same identity are unaffected.

      Specified by:
      close in interface AutoCloseable
      Since:
      1.12.0