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 of the `ThresholdBatchReceiver` documentation is 2.63.1, while this page specifically documents version 2.61.0."],["This page provides access to documentation for `ThresholdBatchReceiver` across numerous versions, ranging from 2.63.1 down to 2.7.1."],["`ThresholdBatchReceiver` is a Java interface for processing batches received from a `ThresholdBatcher`, ensuring thread-safety."],["The interface includes two main methods: `processBatch(BatchT batch)` for asynchronously processing a batch, and `validateBatch(BatchT message)` for validating a batch before sending it."],["The `processBatch` function returns an ApiFuture."]]],[]]