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, specifically focusing on version 2.45.0 and later."],["`BatchingCallable` extends `UnaryCallable` and is designed to batch multiple requests together, leveraging `BatchingDescriptor` and `BatcherFactory` to define and manage these batches."],["The `BatchingCallable` class offers a constructor that takes a `UnaryCallable`, `BatchingDescriptor`, and `BatcherFactory` as parameters to configure how batching should be done."],["The `futureCall` method performs an asynchronous call and is overriden from the `UnaryCallable` parent class, taking a request and API context, and returns an `ApiFuture` of the response type."],["This class is intended for advanced users and is public for technical reasons."]]],[]]