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."],[[["The latest version of the `ThresholdBatchReceiver` documentation is 2.63.1, but this page is displaying version 2.59.1."],["This page provides a comprehensive list of versions for `ThresholdBatchReceiver`, ranging from 2.63.1 down to 2.7.1."],["`ThresholdBatchReceiver` is an interface designed for receiving and processing batches from a `ThresholdBatcher`, and any implementations must be thread-safe."],["The interface includes two abstract methods: `processBatch(BatchT batch)` for asynchronous batch processing, and `validateBatch(BatchT message)` for batch validation."],["The `processBatch` method takes a batch of type `BatchT` as input and returns an `ApiFuture` object."]]],[]]