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."],[[["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`."]]],[]]