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 in the Google API Client Library for Java, which is a `UnaryCallable` designed for batching requests."],["The `BatchingCallable` class batches requests based on a `BatchingDescriptor` and `BatcherFactory`, creating a distinct `Batcher` for each specified partition."],["The latest version documented is 2.63.1, and the page lists documentation for many older versions of `BatchingCallable` all the way back to 2.7.1."],["The class extends `UnaryCallable` and inherits several methods from it, as well as from the `Object` class."],["The `BatchingCallable` constructor takes a `UnaryCallable`, a `BatchingDescriptor`, and a `BatcherFactory` as parameters, and it also has a method named `futureCall` to perform calls asynchronously."]]],[]]