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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `ThresholdBatchReceiver` interface in the Google API Client Library for Java."],["The latest version documented is 2.63.1, and the page lists multiple prior versions dating back to 2.7.1, enabling users to navigate between specific releases."],["`ThresholdBatchReceiver` is used to process batches asynchronously via the `processBatch(BatchT batch)` method, returning an `ApiFuture`."],["The `validateBatch(BatchT message)` method allows for the validation of a batch before being sent to the ThresholdBatcher."],["Implementations of the `ThresholdBatchReceiver` interface must be thread-safe to ensure safe concurrent access."]]],[]]