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-08-15 UTC."],[[["\u003cp\u003eThis webpage provides a comprehensive list of versions for the \u003ccode\u003eThresholdBatchReceiver\u003c/code\u003e class within the Google API Client Libraries for Java, 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 for handling batches of data from a \u003ccode\u003eThresholdBatcher\u003c/code\u003e, and it requires implementations to be thread-safe for concurrent operations.\u003c/p\u003e\n"],["\u003cp\u003eThe interface defines two primary methods: \u003ccode\u003eprocessBatch(BatchT batch)\u003c/code\u003e, which processes a given batch asynchronously, and \u003ccode\u003evalidateBatch(BatchT message)\u003c/code\u003e, used to validate a batch before it's sent to the \u003ccode\u003eThresholdBatcher\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eprocessBatch\u003c/code\u003e method returns an \u003ccode\u003eApiFuture\u003c/code\u003e type object which will signal the outcome of the asynchronous process.\u003c/p\u003e\n"],["\u003cp\u003eThe version 2.10.0 is the version that is expanded on to give detail on the \u003ccode\u003eThresholdBatchReceiver\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]