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-07-02 UTC."],[[["This page documents various versions of the `ThresholdBatchReceiver` interface, with the latest version being 2.63.1."],["The `ThresholdBatchReceiver` interface is designed for receiving and processing batches from a `ThresholdBatcher`."],["Implementations of `ThresholdBatchReceiver` must be thread-safe, as stated in the documentation."],["The interface defines two key methods: `processBatch(BatchT batch)` for asynchronous processing and `validateBatch(BatchT message)` for pre-processing validation."],["The content shows the availability of versions for the `ThresholdBatchReceiver` interface going back to 2.7.1."]]],[]]