Interface WatchdogProvider

    • Method Detail

      • needsClock

        boolean needsClock()
      • withClock

        WatchdogProvider withClock​(@Nonnull
                                   com.google.api.core.ApiClock clock)
      • needsCheckInterval

        boolean needsCheckInterval()
      • withCheckInterval

        WatchdogProvider withCheckInterval​(org.threeten.bp.Duration checkInterval)
      • needsExecutor

        boolean needsExecutor()
      • withExecutor

        WatchdogProvider withExecutor​(java.util.concurrent.ScheduledExecutorService executor)
      • shouldAutoClose

        boolean shouldAutoClose()