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."],[[["This page provides documentation for the `ThresholdBatchReceiver` interface in the Google API Client Library for Java (gax), with version 2.8.1 being the current displayed version."],["The most recent version of this interface is 2.63.1, while the page itself lists documentation for numerous versions ranging from 2.63.1 down to 2.7.1."],["`ThresholdBatchReceiver` is designed for receiving batches from a `ThresholdBatcher` and taking action, with implementations needing to be thread-safe."],["The interface has two primary methods, `processBatch(BatchT batch)` which processes a batch asynchronously and `validateBatch(BatchT message)` which validates a batch before it's sent to a `ThresholdBatcher`."]]],[]]