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-03-21 UTC."],[[["This webpage provides documentation for the `ThresholdBatchReceiver` interface in the Google API Client Library for Java."],["The `ThresholdBatchReceiver` interface defines methods for asynchronously processing and validating batches of data, which should be handled in a thread-safe manner."],["The latest version of the `ThresholdBatchReceiver` interface documented here is 2.63.1, and it also provides links to documentation for 47 other versions all the way down to version 2.7.1."],["The `processBatch` method processes batches asynchronously and returns an `ApiFuture`, while `validateBatch` ensures a batch is valid before being sent to `ThresholdBatcher`."]]],[]]