
Private Member Functions | |
| UnaryUnaryCall | _invoke (self, Sequence[UnaryUnaryClientInterceptor] interceptors, bytes method, Optional[float] timeout, Optional[Metadata] metadata, Optional[grpc.CallCredentials] credentials, Optional[bool] wait_for_ready, RequestType request, SerializingFunction request_serializer, DeserializingFunction response_deserializer) |
Private Attributes | |
| _channel | |
| _loop | |
Used for running a `UnaryUnaryCall` wrapped by interceptors. For the `__await__` method is it is proxied to the intercepted call only when the interceptor task is finished.
Definition at line 564 of file aio/_interceptor.py.
| None grpc.aio._interceptor.InterceptedUnaryUnaryCall.__init__ | ( | self, | |
| Sequence[UnaryUnaryClientInterceptor] | interceptors, | ||
| RequestType | request, | ||
| Optional[float] | timeout, | ||
| Metadata | metadata, | ||
| Optional[grpc.CallCredentials] | credentials, | ||
| Optional[bool] | wait_for_ready, | ||
| cygrpc.AioChannel | channel, | ||
| bytes | method, | ||
| SerializingFunction | request_serializer, | ||
| DeserializingFunction | response_deserializer, | ||
| asyncio.AbstractEventLoop | loop | ||
| ) |
Definition at line 575 of file aio/_interceptor.py.
|
private |
Run the RPC call wrapped in interceptors
Definition at line 592 of file aio/_interceptor.py.
| Optional[float] grpc.aio._interceptor.InterceptedUnaryUnaryCall.time_remaining | ( | self | ) |
Reimplemented from grpc.aio._interceptor.InterceptedCall.
Definition at line 634 of file aio/_interceptor.py.
|
private |
Definition at line 577 of file aio/_interceptor.py.
|
private |
Definition at line 576 of file aio/_interceptor.py.