|
GRPC C++
1.0.0
|
#include <rpc_service_method.h>
Public Member Functions | |
| RpcServiceMethod (const char *name, RpcMethod::RpcType type, MethodHandler *handler) | |
| void | set_server_tag (void *tag) |
| void * | server_tag () const |
| MethodHandler * | handler () const |
| void | ResetHandler () |
Public Member Functions inherited from grpc::RpcMethod | |
| RpcMethod (const char *name, RpcType type) | |
| RpcMethod (const char *name, RpcType type, const std::shared_ptr< ChannelInterface > &channel) | |
| const char * | name () const |
| RpcType | method_type () const |
| void * | channel_tag () const |
Additional Inherited Members | |
Public Types inherited from grpc::RpcMethod | |
| enum | RpcType { NORMAL_RPC = 0, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING } |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11