Interface TimeoutObserver

    • Method Detail

      • accept

        default void accept​(Watchdog w)
        Specified by:
        accept in interface java.util.function.Consumer<Watchdog>
        Since:
        1.6.0
      • timeoutOccured

        void timeoutOccured​(Watchdog w)
        Called when the watchdog times out.
        Parameters:
        w - the watchdog that timed out.