Definition at line 45 of file _utilities.py.
◆ __init__()
def grpc._utilities.DictionaryGenericHandler.__init__ |
( |
|
self, |
|
|
|
service, |
|
|
|
method_handlers |
|
) |
| |
◆ service()
def grpc._utilities.DictionaryGenericHandler.service |
( |
|
self, |
|
|
|
handler_call_details |
|
) |
| |
Returns the handler for servicing the RPC.
Args:
handler_call_details: A HandlerCallDetails describing the RPC.
Returns:
An RpcMethodHandler with which the RPC may be serviced if the
implementation chooses to service this RPC, or None otherwise.
Reimplemented from grpc.GenericRpcHandler.
Definition at line 57 of file _utilities.py.
◆ service_name()
def grpc._utilities.DictionaryGenericHandler.service_name |
( |
|
self | ) |
|
◆ _method_handlers
grpc._utilities.DictionaryGenericHandler._method_handlers |
|
private |
◆ _name
grpc._utilities.DictionaryGenericHandler._name |
|
private |
The documentation for this class was generated from the following file: