Public Member Functions | Public Attributes | List of all members
util::rpc::ServiceDescriptor::Method Struct Reference
+ Collaboration diagram for 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
 

Detailed Description

Definition at line 47 of file service_descriptor.h.


The documentation for this struct was generated from the following file: