The grpcutilities module#

Summary#

GrpcCallBatcher

A class used to batch together API calls to optimize performance.

Description#

Optimize performance of gRPC communications.

GrpcCallBatcher may be used to reduce the number of remote communications by batching together API commands that do not require return values.