Class FixedWatchdogProvider

java.lang.Object
com.google.api.gax.rpc.FixedWatchdogProvider
All Implemented Interfaces:
WatchdogProvider

@InternalApi public final class FixedWatchdogProvider extends Object implements WatchdogProvider
A watchdog provider which always returns the same watchdog instance provided to the provider during construction.

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.