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."],[[["The latest version available for `ThresholdBatchReceiver` is 2.63.1, but it is not the main version the user is currently viewing, which is 2.58.0."],["This page provides documentation and links to various versions of the `ThresholdBatchReceiver` interface, ranging from version 2.63.1 down to 2.7.1."],["`ThresholdBatchReceiver` is an interface that manages receiving and processing batches from a `ThresholdBatcher`, with implementations required to be thread-safe."],["The interface includes two main methods: `processBatch`, which asynchronously processes a given batch, and `validateBatch`, which validates a batch before sending to `ThresholdBatcher`."],["The `processBatch` method will return a type of ApiFuture."]]],[]]