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 page provides documentation for the `BatchingCallable` class, which is a `UnaryCallable` designed to batch requests based on a given `BatchingDescriptor` and `BatcherFactory`."],["The `BatchingCallable` class is part of the Google API Client Library for Java and is found within the `com.google.api.gax.rpc` package."],["The latest version of the `BatchingCallable` class available in this documentation is 2.63.1, with a history of versions going back to version 2.7.1."],["`BatchingCallable` is constructed using a `UnaryCallable`, `BatchingDescriptor`, and `BatcherFactory`, allowing for custom batching logic and it provides an asynchronous method `futureCall` for executing requests."],["The class inherits several methods from `UnaryCallable` and `Object`, such as `call`, `futureCall`, `clone`, `equals` and more, providing extensive functionality for managing asynchronous operations."]]],[]]