AUnaryCallablewhich 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-09-04 UTC."],[[["\u003cp\u003eThe latest version available is 2.63.1, with a comprehensive list of versions from 2.63.1 down to 2.7.1 provided for BatchingCallable.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchingCallable\u003c/code\u003e extends \u003ccode\u003eUnaryCallable\u003c/code\u003e and is designed to batch requests based on a given \u003ccode\u003eBatchingDescriptor\u003c/code\u003e and \u003ccode\u003eBatcherFactory\u003c/code\u003e, with a different batcher provided for each partition.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eBatchingCallable\u003c/code\u003e is intended for advanced usage and is public for technical reasons, only.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchingCallable\u003c/code\u003e has one constructor that takes a \u003ccode\u003eUnaryCallable\u003c/code\u003e, \u003ccode\u003eBatchingDescriptor\u003c/code\u003e, and \u003ccode\u003eBatcherFactory\u003c/code\u003e as parameters, and one method, \u003ccode\u003efutureCall\u003c/code\u003e, to perform asynchronous calls.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchingCallable\u003c/code\u003e inherits multiple methods from the \u003ccode\u003eUnaryCallable\u003c/code\u003e and \u003ccode\u003eObject\u003c/code\u003e classes, like \u003ccode\u003ecall\u003c/code\u003e, \u003ccode\u003efutureCall\u003c/code\u003e, \u003ccode\u003eclone\u003c/code\u003e, and \u003ccode\u003ewait\u003c/code\u003e, enabling a variety of operations.\u003c/p\u003e\n"]]],[],null,[]]