Class PushMeterRegistry

    • Method Detail

      • publish

        protected abstract void publish()
      • start

        public void start​(java.util.concurrent.ThreadFactory threadFactory)
      • stop

        public void stop()
      • close

        public void close()
        Description copied from class: MeterRegistry
        Closes this registry, releasing any resources in the process. Once closed, this registry will no longer accept new meters and any publishing activity will cease.
        Overrides:
        close in class MeterRegistry