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 for `ThresholdBatchReceiver` is 2.63.1, but it is not the main version the user is currently viewing, which is 2.58.0."],["This page provides documentation and links to various versions of the `ThresholdBatchReceiver` interface, ranging from version 2.63.1 down to 2.7.1."],["`ThresholdBatchReceiver` is an interface that manages receiving and processing batches from a `ThresholdBatcher`, with implementations required to be thread-safe."],["The interface includes two main methods: `processBatch`, which asynchronously processes a given batch, and `validateBatch`, which validates a batch before sending to `ThresholdBatcher`."],["The `processBatch` method will return a type of ApiFuture."]]],[]]