
Public Member Functions | |
| helloworld_pb2.HelloReply | SayHello (self, helloworld_pb2.HelloRequest request, grpc.aio.ServicerContext context) |
Public Member Functions inherited from helloworld_pb2_grpc.GreeterServicer | |
| def | SayHello (self, request, context) |
| def | SayHello (self, request, context) |
| def | SayHello (self, request, context) |
| def | SayHello (self, request, context) |
| def | SayHello (self, request, context) |
| def | SayHello (self, request, context) |
| def | SayHello (self, request, context) |
Definition at line 27 of file async_greeter_server_with_graceful_shutdown.py.
| helloworld_pb2.HelloReply async_greeter_server_with_graceful_shutdown.Greeter.SayHello | ( | self, | |
| helloworld_pb2.HelloRequest | request, | ||
| grpc.aio.ServicerContext | context | ||
| ) |
Definition at line 29 of file async_greeter_server_with_graceful_shutdown.py.