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 documents various versions of the `ThresholdBatchReceiver` interface, ranging from the latest version 2.63.1 down to version 2.7.1."],["The `ThresholdBatchReceiver` interface is designed to receive batches from a `ThresholdBatcher` and handle them, requiring implementations to be thread-safe."],["The interface includes an abstract `processBatch` method that asynchronously processes a given batch, returning an `ApiFuture\u003c?\u003e` to represent the operation's result."],["It also contains an abstract `validateBatch` method that checks if a batch can be received by the `ThresholdBatchReceiver` before it is sent to the `ThresholdBatcher`."]]],[]]