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 details the `BatchingCallable` class in the Google API Client Library for Java, specifically for the `com.google.api.gax.rpc` package."],["`BatchingCallable` extends `UnaryCallable` and is designed to batch requests based on a `BatchingDescriptor` and `BatcherFactory`."],["The class is intended for advanced usage and is made public for technical reasons."],["The webpage documents versions ranging from 2.7.1 to 2.63.1, with 2.63.1 being the latest version, along with inherited members and methods."],["A key method, `futureCall`, is highlighted, which performs a call asynchronously and returns an `ApiFuture\u003cResponseT\u003e`."]]],[]]