Uses of Interface
com.google.api.gax.batching.Batcher
Packages that use Batcher
-
Uses of Batcher in com.google.api.gax.batching
Classes in com.google.api.gax.batching that implement BatcherModifier and TypeClassDescriptionclassBatcherImpl<ElementT,ElementResultT, RequestT, ResponseT> Queues up the elements untilBatcherImpl.flush()is called; once batching is over, returned future resolves.