- util
- rpc
- ServiceDescriptor
- Method
Public Member Functions | |
Method (std::string n, RpcMethodCb c, const Message &dreq, const Message &dresp) | |
Method (std::string n, RpcStreamMethodCb c, const Message &dreq) | |
Public Attributes | |
::std::string | name |
MethodOptions | options |
RpcMethodCb | single_rpc_method |
RpcStreamMethodCb | stream_rpc_method |
const Message * | default_req = nullptr |
const Message * | default_resp = nullptr |
Definition at line 47 of file service_descriptor.h.