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-02 UTC."],[[["The latest version available is 2.63.1, representing the most up-to-date release of the `ThresholdBatchReceiver`."],["This page documents the `ThresholdBatchReceiver` interface across multiple versions, ranging from version 2.63.1 down to 2.7.1."],["`ThresholdBatchReceiver` is an interface for processing batches from a `ThresholdBatcher`, with implementations required to be thread-safe."],["The `processBatch` method in the interface handles the asynchronous processing of a given batch, returning an `ApiFuture`."],["The `validateBatch` method in the interface validates that a batch can be received by the `ThresholdBatchReceiver` prior to sending to the `ThresholdBatcher`."]]],[]]