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 available is 2.63.1, representing the most up-to-date release of the `ThresholdBatchReceiver` component."],["This page provides an extensive list of historical versions for `ThresholdBatchReceiver`, ranging from version 2.63.1 down to 2.7.1."],["`ThresholdBatchReceiver` is an interface for handling batches from a `ThresholdBatcher`, and it requires thread-safe implementations."],["The interface includes methods like `processBatch`, for asynchronous batch processing, and `validateBatch`, for validating a batch before sending it to the `ThresholdBatcher`."],["The `processBatch` method takes a `BatchT` as a parameter and returns an `ApiFuture\u003c?\u003e` type, whereas the `validateBatch` method takes a `BatchT` as a parameter and returns void."]]],[]]