[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `FixedWatchdogProvider` class, which is a watchdog provider that consistently returns the same watchdog instance, and is intended for internal use only."],["The class implements the `WatchdogProvider` interface and inherits methods from `java.lang.Object`, providing standard object functionalities."],["The latest version available is 2.63.1, with many other previous versions available ranging from 2.24.0 to 2.62.0, with version 2.37.0 being the base of this documentation."],["`FixedWatchdogProvider` offers methods to create a watchdog (`create`), retrieve a watchdog instance (`getWatchdog`), and determine requirements like check interval, clock, and executor, using `needsCheckInterval`, `needsClock` and `needsExecutor` respectively."],["The webpage also specifies how to configure the `FixedWatchdogProvider` using `withCheckInterval`, `withClock`, and `withExecutor`, along with the ability to automatically unschedule the watchdog, specified by the `shouldAutoClose` method."]]],[]]