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 provides documentation for the `ThresholdBatchReceiver` interface in the Google Cloud API Client Library for Java."],["The `ThresholdBatchReceiver` is designed to process batches of data asynchronously and requires implementations to be thread-safe."],["The page lists all versions of `ThresholdBatchReceiver`, with version 2.63.1 being the latest, and includes documentation links for versions from 2.7.1 to 2.63.1."],["The interface contains two methods: `processBatch(BatchT batch)` which handles the asynchronous processing of a batch, and `validateBatch(BatchT message)` which ensures a batch is valid before sending it to `ThresholdBatcher`."],["`ApiFuture` is returned by `processBatch` to provide information about the status of the processing."]]],[]]