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 various versions of the `ThresholdBatchReceiver` class, with the latest version being 2.63.1."],["The `ThresholdBatchReceiver` interface is designed for objects that process batches from a `ThresholdBatcher` and need to be thread-safe."],["The interface defines two main methods: `processBatch`, which processes a given batch asynchronously and returns an `ApiFuture`, and `validateBatch`, which verifies that a batch can be accepted by the `ThresholdBatchReceiver`."],["The provided documentation has version 2.46.1 as the start point, and lists all the way up to the latest version, 2.63.1."],["Each version of the interface has a separate link for the relative documentation page."]]],[]]