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-04-09 UTC."],[[["This webpage lists the available versions of the `ThresholdBatchReceiver` class, ranging from the latest version 2.63.1 down to version 2.7.1."],["The `ThresholdBatchReceiver` interface is designed for objects that receive and process batches from a `ThresholdBatcher`, requiring implementations to be thread-safe."],["The `processBatch` method is used to asynchronously process a given batch, returning an `ApiFuture\u003c?\u003e`."],["The `validateBatch` method is responsible for validating whether a batch is suitable for receipt by the `ThresholdBatchReceiver` before being sent to the `ThresholdBatcher`."]]],[]]