gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Types | Public Member Functions | List of all members
grpc::RpcMethod Class Reference
Inheritance diagram for grpc::RpcMethod:
grpc::RpcServiceMethod

Public Types

enum  RpcType { NORMAL_RPC = 0, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }
 

Public Member Functions

 RpcMethod (const char *name, RpcType type, void *channel_tag)
 
const char * name () const
 
RpcType method_type () const
 
void * channel_tag () const
 

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