Uses of Interface
com.google.api.gax.rpc.WatchdogProvider
-
Packages that use WatchdogProvider Package Description com.google.api.gax.rpc -
-
Uses of WatchdogProvider in com.google.api.gax.rpc
Classes in com.google.api.gax.rpc that implement WatchdogProvider Modifier and Type Class Description classFixedWatchdogProviderA watchdog provider which always returns the same watchdog instance provided to the provider during construction.classInstantiatingWatchdogProviderA watchdog provider which instantiates a new provider on every request.Methods in com.google.api.gax.rpc that return WatchdogProvider Modifier and Type Method Description static WatchdogProviderFixedWatchdogProvider. create(Watchdog watchdog)static WatchdogProviderInstantiatingWatchdogProvider. create()WatchdogProviderStubSettings.Builder. getStreamWatchdogProvider()Gets theWatchdogProviderthat was previously set on this Builder.WatchdogProviderStubSettings. getStreamWatchdogProvider()WatchdogProviderClientSettings.Builder. getWatchdogProvider()WatchdogProviderClientSettings. getWatchdogProvider()WatchdogProviderFixedWatchdogProvider. withCheckInterval(org.threeten.bp.Duration checkInterval)WatchdogProviderInstantiatingWatchdogProvider. withCheckInterval(org.threeten.bp.Duration checkInterval)WatchdogProviderWatchdogProvider. withCheckInterval(org.threeten.bp.Duration checkInterval)WatchdogProviderFixedWatchdogProvider. withClock(ApiClock clock)WatchdogProviderInstantiatingWatchdogProvider. withClock(ApiClock clock)WatchdogProviderWatchdogProvider. withClock(ApiClock clock)WatchdogProviderFixedWatchdogProvider. withExecutor(ScheduledExecutorService executor)WatchdogProviderInstantiatingWatchdogProvider. withExecutor(ScheduledExecutorService executor)WatchdogProviderWatchdogProvider. withExecutor(ScheduledExecutorService executor)Methods in com.google.api.gax.rpc with parameters of type WatchdogProvider Modifier and Type Method Description BStubSettings.Builder. setStreamWatchdogProvider(WatchdogProvider streamWatchdogProvider)Sets theWatchdogProviderto use for streaming RPC.BClientSettings.Builder. setWatchdogProvider(WatchdogProvider watchdogProvider)
-