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."],[[["The webpage provides documentation for `BatchingCallable` within the Google API Client Library for Java (gax), with the latest version being 2.63.1 and the current version displayed as 2.15.0."],["`BatchingCallable` is a class that extends `UnaryCallable` and is designed to batch requests based on a provided `BatchingDescriptor` and `BatcherFactory`, partitioning requests (e.g., by pubsub topic) for efficient processing."],["The `BatchingCallable` class includes a constructor to create instances with `UnaryCallable`, `BatchingDescriptor`, and `BatcherFactory` parameters, and it overrides the `futureCall` method to handle asynchronous requests with an `ApiCallContext`."],["This class is primarily intended for advanced usage, and it also inherits several methods from `UnaryCallable` and `java.lang.Object`, such as call methods, cloning, and equality checks."],["The page contains a comprehensive list of documentation links for various versions of `BatchingCallable`, ranging from version 2.63.1 down to 2.7.1, allowing users to access the documentation relevant to their specific version of use."]]],[]]