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-08-15 UTC."],[[["This webpage documents various versions of the `ThresholdBatchReceiver` interface, with the latest version being 2.63.1."],["The `ThresholdBatchReceiver` interface is designed to handle batches from a `ThresholdBatcher` in a thread-safe manner."],["It provides two primary methods: `processBatch(BatchT batch)` for asynchronous batch processing and `validateBatch(BatchT message)` for pre-processing batch validation."],["The page lists all available versions of the interface, starting at version 2.63.1, and going all the way down to version 2.7.1, with links to each version's documentation."]]],[]]