[[["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-02 UTC."],[[["The latest version available for `WatchdogProvider` is 2.63.1, and a comprehensive list of versions from 2.63.1 down to 2.7.1 are listed, all accessible via their own specific URLs."],["`WatchdogProvider` is an interface with several abstract methods including `getWatchdog()`, `needsCheckInterval()`, `needsClock()`, `needsExecutor()`, `shouldAutoClose()`, and `withCheckInterval()`, each described with return types and descriptions."],["`WatchdogProvider` also offers the `withCheckIntervalDuration()` default method that accepts a `Duration` parameter and returns a `WatchdogProvider` instance, which should be used instead of the obsolete `withCheckInterval()` method."],["The `withClock()` and `withExecutor()` methods are both abstract, taking `ApiClock` and `ScheduledExecutorService` as parameters respectively, and both return a `WatchdogProvider`."],["`WatchdogProvider` features a `shouldAutoClose()` method, which returns a boolean value that indicates if the watchdog should be automatically unscheduled."]]],[]]