The page you navigated to does not exist, so we brought you to the closest page to it.
def intercept_unary_stream(
continuation: typing.Callable,
client_call_details: grpc.ClientCallDetails,
request: typing.Any,
)
Handles a stream call and inject default metadata
| Parameter |
Type |
Description |
continuation |
typing.Callable |
|
client_call_details |
grpc.ClientCallDetails |
|
request |
typing.Any |
|
def intercept_unary_unary(
continuation: typing.Callable,
client_call_details: grpc.ClientCallDetails,
request: typing.Any,
)
Intercepts unary calls and inject default metadata
| Parameter |
Type |
Description |
continuation |
typing.Callable |
|
client_call_details |
grpc.ClientCallDetails |
|
request |
typing.Any |
|