Skip to content

module: sdk.utils.call_utils ​

Link to GitHub

Entities: ​

  1. _ClientCallDetails
  2. create_intercept_call_func

Class _ClientCallDetails ​

extends grpc.ClientCallDetails, namedtuple

is extended by: -

Function create_intercept_call_func ​

args: ​
  • get_metadata_func (callable): The function to get metadata for the call.
  • service_client (ServiceClient): The service client to use for the call.
returns: ​
  • The function to intercept the call. (callable)