Interface ObservableLongCounter

All Superinterfaces:
AutoCloseable

public interface ObservableLongCounter extends AutoCloseable
A reference to an observable metric registered with LongCounterBuilder.buildWithCallback(Consumer).
  • Method Details

    • close

      default void close()
      Remove the callback registered via LongCounterBuilder.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