Interface WatchdogService

All Known Implementing Classes:
SimpleWatchdogService

public interface WatchdogService
Times and executes watchdogs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts monitoring.
    void
    Stops monitoring.
  • Method Details

    • start

      void start()
      Starts monitoring.
    • stop

      void stop()
      Stops monitoring.