#include <rpc_method.h>
| Enumerator |
|---|
| NORMAL_RPC |
|
| CLIENT_STREAMING |
|
| SERVER_STREAMING |
|
| BIDI_STREAMING |
|
| grpc::RpcMethod::RpcMethod |
( |
const char * |
name, |
|
|
RpcType |
type |
|
) |
| |
|
inline |
| grpc::RpcMethod::RpcMethod |
( |
const char * |
name, |
|
|
RpcType |
type, |
|
|
const std::shared_ptr< ChannelInterface > & |
channel |
|
) |
| |
|
inline |
| void* grpc::RpcMethod::channel_tag |
( |
| ) |
const |
|
inline |
| RpcType grpc::RpcMethod::method_type |
( |
| ) |
const |
|
inline |
| const char* grpc::RpcMethod::name |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: