Package com.google.api.gax.batching
Interface BatchMerger<B>
-
public interface BatchMerger<B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
merge(B batch, B newBatch)
-
public interface BatchMerger<B>
Modifier and Type | Method | Description |
---|---|---|
void |
merge(B batch,
B newBatch) |