Uses of Interface
com.google.api.gax.batching.ThresholdBatchReceiver
Packages that use ThresholdBatchReceiver
-
Uses of ThresholdBatchReceiver in com.google.api.gax.batching
Classes in com.google.api.gax.batching that implement ThresholdBatchReceiverModifier and TypeClassDescriptionfinal classA simple ThresholdBatchReceiver that just accumulates batches.Methods in com.google.api.gax.batching with parameters of type ThresholdBatchReceiverModifier and TypeMethodDescriptionThresholdBatcher.Builder.setReceiver(ThresholdBatchReceiver<E> receiver) Set the threshold batch receiver for the ThresholdBatcher.