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-09-03 UTC."],[[["\u003cp\u003eThis webpage documents various versions of the \u003ccode\u003eThresholdBatchReceiver\u003c/code\u003e interface, ranging from the latest version 2.63.1 down to version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eThresholdBatchReceiver\u003c/code\u003e interface is designed to receive batches from a \u003ccode\u003eThresholdBatcher\u003c/code\u003e and handle them, requiring implementations to be thread-safe.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes an abstract \u003ccode\u003eprocessBatch\u003c/code\u003e method that asynchronously processes a given batch, returning an \u003ccode\u003eApiFuture<?>\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThere is also an abstract \u003ccode\u003evalidateBatch\u003c/code\u003e method, ensuring the batch is validated prior to being sent to the \u003ccode\u003eThresholdBatcher\u003c/code\u003e, by taking in a BatchT message.\u003c/p\u003e\n"]]],[],null,[]]