|
GRPC C++
1.76.0
|
Descriptor of an RPC method. More...
#include <rpc_method.h>
Public Types | |
| enum | RpcType { NORMAL_RPC = 0, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING } |
Public Member Functions | |
| RpcMethod (const char *name, RpcType type) | |
| RpcMethod (const char *name, const char *suffix_for_stats, RpcType type) | |
| RpcMethod (const char *name, RpcType type, const std::shared_ptr< ChannelInterface > &channel) | |
| RpcMethod (const char *name, const char *suffix_for_stats, RpcType type, const std::shared_ptr< ChannelInterface > &channel) | |
| const char * | name () const |
| const char * | suffix_for_stats () const |
| RpcType | method_type () const |
| void | SetMethodType (RpcType type) |
| void * | channel_tag () const |
Descriptor of an RPC method.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17