Uses of Interface
com.google.api.gax.batching.ThresholdBatchReceiver
-
Packages that use ThresholdBatchReceiver Package Description com.google.api.gax.batching -
-
Uses of ThresholdBatchReceiver in com.google.api.gax.batching
Classes in com.google.api.gax.batching that implement ThresholdBatchReceiver Modifier and Type Class Description classAccumulatingBatchReceiver<T>A simple ThresholdBatchReceiver that just accumulates batches.Methods in com.google.api.gax.batching with parameters of type ThresholdBatchReceiver Modifier and Type Method Description ThresholdBatcher.Builder<E>ThresholdBatcher.Builder. setReceiver(ThresholdBatchReceiver<E> receiver)Set the threshold batch receiver for the ThresholdBatcher.
-