Class InstantiatingWatchdogProvider (2.9.0)

public final class InstantiatingWatchdogProvider implements WatchdogProvider

A watchdog provider which instantiates a new provider on every request.

This is the internal class and is public only for technical reasons. It may change any time without notice, please do not depend on it explicitly.

Inheritance

java.lang.Object > InstantiatingWatchdogProvider

Implements

WatchdogProvider

Methods

create()

public static WatchdogProvider create()
Returns
TypeDescription
WatchdogProvider

getWatchdog()

public Watchdog getWatchdog()
Returns
TypeDescription
Watchdog

needsCheckInterval()

public boolean needsCheckInterval()
Returns
TypeDescription
boolean

needsClock()

public boolean needsClock()
Returns
TypeDescription
boolean

needsExecutor()

public boolean needsExecutor()
Returns
TypeDescription
boolean

shouldAutoClose()

public boolean shouldAutoClose()
Returns
TypeDescription
boolean

withCheckInterval(Duration checkInterval)

public WatchdogProvider withCheckInterval(Duration checkInterval)
Parameter
NameDescription
checkIntervalorg.threeten.bp.Duration
Returns
TypeDescription
WatchdogProvider

withClock(ApiClock clock)

public WatchdogProvider withClock(ApiClock clock)
Parameter
NameDescription
clockcom.google.api.core.ApiClock
Returns
TypeDescription
WatchdogProvider

withExecutor(ScheduledExecutorService executor)

public WatchdogProvider withExecutor(ScheduledExecutorService executor)
Parameter
NameDescription
executorScheduledExecutorService
Returns
TypeDescription
WatchdogProvider