Uses of Interface
com.google.api.gax.core.BackgroundResource
-
Packages that use BackgroundResource Package Description com.google.api.gax.core com.google.api.gax.rpc -
-
Uses of BackgroundResource in com.google.api.gax.core
Classes in com.google.api.gax.core that implement BackgroundResource Modifier and Type Class Description classBackgroundResourceAggregationTreats a collection of background resources as a single background resource.classBaseBackgroundResourceA Background resource that does nothing.classExecutorAsBackgroundResourceExecutorAsBackgroundResource wraps anExecutorServiceso that it can be used as aBackgroundResource.Constructor parameters in com.google.api.gax.core with type arguments of type BackgroundResource Constructor Description BackgroundResourceAggregation(List<BackgroundResource> resources) -
Uses of BackgroundResource in com.google.api.gax.rpc
Subinterfaces of BackgroundResource in com.google.api.gax.rpc Modifier and Type Interface Description interfaceTransportChannelClass whose instances can issue RPCs on a particular transport.Classes in com.google.api.gax.rpc that implement BackgroundResource Modifier and Type Class Description classWatchdogPrevents the streams from hanging indefinitely.Methods in com.google.api.gax.rpc that return types with arguments of type BackgroundResource Modifier and Type Method Description abstract List<BackgroundResource>ClientContext. getBackgroundResources()The objects that need to be closed in order to clean up the resources created in the process of creating this ClientContext.Method parameters in com.google.api.gax.rpc with type arguments of type BackgroundResource Modifier and Type Method Description abstract ClientContext.BuilderClientContext.Builder. setBackgroundResources(List<BackgroundResource> backgroundResources)
-