Interface representing an object that receives batches from a ThresholdBatcher and takes action
on them. Implementations of ThresholdBatchReceiver should be thread-safe.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe webpage provides a comprehensive list of versions for \u003ccode\u003ecom.google.api.gax.batching.ThresholdBatchReceiver\u003c/code\u003e, ranging from the latest version 2.63.1 down to version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eThresholdBatchReceiver\u003c/code\u003e is an interface designed for receiving batches from a \u003ccode\u003eThresholdBatcher\u003c/code\u003e, requiring implementations to be thread-safe.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes a \u003ccode\u003eprocessBatch\u003c/code\u003e method for asynchronous processing of batches and a \u003ccode\u003evalidateBatch\u003c/code\u003e method to check the validity of a batch before sending it to the \u003ccode\u003eThresholdBatcher\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eprocessBatch\u003c/code\u003e method takes a \u003ccode\u003eBatchT\u003c/code\u003e parameter representing the batch, and returns a \u003ccode\u003ecom.google.api.core.ApiFuture<?>\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalidateBatch\u003c/code\u003e method also takes a \u003ccode\u003eBatchT\u003c/code\u003e parameter, but does not return any output.\u003c/p\u003e\n"]]],[],null,[]]