GRPC C++
1.30.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, RpcType type, const std::shared_ptr< ChannelInterface > &channel) | |
const char * | name () const |
RpcType | method_type () const |
void | SetMethodType (RpcType type) |
void * | channel_tag () const |
Descriptor of an RPC method.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |