Descriptor of an RPC method.
More...
#include <rpc_method.h>
Descriptor of an RPC method.
Definition at line 31 of file grpcpp/impl/codegen/rpc_method.h.
◆ RpcType
◆ RpcMethod() [1/4]
| grpc::internal::RpcMethod::RpcMethod |
( |
const char * |
name, |
|
|
RpcType |
type |
|
) |
| |
|
inline |
◆ RpcMethod() [2/4]
| grpc::internal::RpcMethod::RpcMethod |
( |
const char * |
name, |
|
|
const char * |
suffix_for_stats, |
|
|
RpcType |
type |
|
) |
| |
|
inline |
◆ RpcMethod() [3/4]
◆ RpcMethod() [4/4]
◆ channel_tag()
| void* grpc::internal::RpcMethod::channel_tag |
( |
| ) |
const |
|
inline |
◆ method_type()
| RpcType grpc::internal::RpcMethod::method_type |
( |
| ) |
const |
|
inline |
◆ name()
| const char* grpc::internal::RpcMethod::name |
( |
| ) |
const |
|
inline |
◆ SetMethodType()
| void grpc::internal::RpcMethod::SetMethodType |
( |
RpcType |
type | ) |
|
|
inline |
◆ suffix_for_stats()
| const char* grpc::internal::RpcMethod::suffix_for_stats |
( |
| ) |
const |
|
inline |
◆ channel_tag_
| void* const grpc::internal::RpcMethod::channel_tag_ |
|
private |
◆ method_type_
| RpcType grpc::internal::RpcMethod::method_type_ |
|
private |
◆ name_
| const char* const grpc::internal::RpcMethod::name_ |
|
private |
◆ suffix_for_stats_
| const char* const grpc::internal::RpcMethod::suffix_for_stats_ |
|
private |
The documentation for this class was generated from the following file: