|
| RpcServiceMethod (const char *name, RpcMethod::RpcType type, MethodHandler *handler, grpc::protobuf::Message *request_prototype, grpc::protobuf::Message *response_prototype) |
|
MethodHandler * | handler () |
|
grpc::protobuf::Message * | AllocateRequestProto () |
|
grpc::protobuf::Message * | AllocateResponseProto () |
|
| RpcMethod (const char *name, RpcType type, void *channel_tag) |
|
const char * | name () const |
|
RpcType | method_type () const |
|
void * | channel_tag () const |
|
|
enum | RpcType { NORMAL_RPC = 0,
CLIENT_STREAMING,
SERVER_STREAMING,
BIDI_STREAMING
} |
|
The documentation for this class was generated from the following file: