Class MonitorScheduler

    • Method Detail

      • start

        public void start()
      • addMonitor

        public void addMonitor​(Monitor monitor)
      • removeMonitor

        public void removeMonitor​(Monitor monitor)
      • findMonitor

        public <T extends MonitorOptional<T> findMonitor​(Class<T> monitorClass)
        Returns a Monitor instance of the given class if any. Note that this method searches for the monitor from the current snapshot of monitors.
      • stop

        public void stop()