Uses of Interface
com.google.api.gax.rpc.WatchdogProvider
Packages that use WatchdogProvider
-
Uses of WatchdogProvider in com.google.api.gax.rpc
Classes in com.google.api.gax.rpc that implement WatchdogProviderModifier and TypeClassDescriptionfinal classA watchdog provider which always returns the same watchdog instance provided to the provider during construction.final classA watchdog provider which instantiates a new provider on every request.Methods in com.google.api.gax.rpc that return WatchdogProviderModifier and TypeMethodDescriptionstatic WatchdogProviderstatic WatchdogProviderInstantiatingWatchdogProvider.create()@Nullable WatchdogProviderStubSettings.Builder.getStreamWatchdogProvider()Gets theWatchdogProviderthat was previously set on this Builder.final @Nullable WatchdogProviderStubSettings.getStreamWatchdogProvider()@Nullable WatchdogProviderClientSettings.Builder.getWatchdogProvider()final @Nullable WatchdogProviderClientSettings.getWatchdogProvider()FixedWatchdogProvider.withCheckInterval(org.threeten.bp.Duration checkInterval) This method is obsolete.InstantiatingWatchdogProvider.withCheckInterval(org.threeten.bp.Duration checkInterval) This method is obsolete.WatchdogProvider.withCheckInterval(org.threeten.bp.Duration checkInterval) This method is obsolete.FixedWatchdogProvider.withCheckIntervalDuration(Duration checkInterval) InstantiatingWatchdogProvider.withCheckIntervalDuration(Duration checkInterval) default WatchdogProviderWatchdogProvider.withCheckIntervalDuration(Duration checkInterval) FixedWatchdogProvider.withExecutor(ScheduledExecutorService executor) InstantiatingWatchdogProvider.withExecutor(ScheduledExecutorService executor) WatchdogProvider.withExecutor(ScheduledExecutorService executor) Methods in com.google.api.gax.rpc with parameters of type WatchdogProviderModifier and TypeMethodDescriptionStubSettings.Builder.setStreamWatchdogProvider(@Nullable WatchdogProvider streamWatchdogProvider) Sets theWatchdogProviderto use for streaming RPC.ClientSettings.Builder.setWatchdogProvider(@Nullable WatchdogProvider watchdogProvider)