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 provides documentation for the `BatchingCallable` class, which is a subclass of `UnaryCallable` and is designed to batch requests."],["The `BatchingCallable` class is part of the `com.google.api.gax.rpc` package within the Google API client library for Java, and the documentation includes a list of versioned links to the documentation, ranging from 2.63.1 (latest) down to 2.7.1."],["`BatchingCallable` uses a `BatchingDescriptor` and a `BatcherFactory` to manage the batching process, with the factory providing a separate `Batcher` for each partition."],["The constructor of `BatchingCallable` takes a `UnaryCallable`, a `BatchingDescriptor`, and a `BatcherFactory` as parameters, and the public method `futureCall` is used to perform calls asynchronously."],["The type parameters, `RequestT` and `ResponseT`, are part of the class, used to define the input and output."]]],[]]