A UnaryCallable which will batch requests based on the given BatchingDescriptor and BatcherFactory. The BatcherFactory provides a distinct Batcher for each partition as specified by the BatchingDescriptor. An example of a batching partition would be a pubsub topic.
This is public only for technical reasons, for advanced usage.
[[["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-17 UTC."],[[["This webpage details the `BatchingCallable` class, a Java utility for batching requests, with its most recent version being 2.63.1."],["`BatchingCallable` extends `UnaryCallable` and is designed to group requests based on a given `BatchingDescriptor` and `BatcherFactory`."],["The class is publicly available for specific and advanced usage scenarios, though not typically intended for general use."],["It has several methods, including `futureCall`, which facilitates asynchronous call execution, and utilizes `BatchingDescriptor` and `BatcherFactory` for operation."],["The webpage provides links to documentation for various versions of `BatchingCallable`, from version 2.2.0 to 2.63.1, showcasing its history and updates."]]],[]]