#include <client_interceptor.h>
◆ Type
Type categorizes RPCs by unary or streaming type.
Enumerator |
---|
UNARY | |
CLIENT_STREAMING | |
SERVER_STREAMING | |
BIDI_STREAMING | |
UNKNOWN | |
◆ ~ClientRpcInfo()
grpc::experimental::ClientRpcInfo::~ClientRpcInfo |
( |
| ) |
|
|
inline |
◆ ClientRpcInfo() [1/2]
grpc::experimental::ClientRpcInfo::ClientRpcInfo |
( |
const ClientRpcInfo & |
| ) |
|
|
delete |
◆ ClientRpcInfo() [2/2]
grpc::experimental::ClientRpcInfo::ClientRpcInfo |
( |
ClientRpcInfo && |
| ) |
|
|
default |
◆ channel()
Return a pointer to the channel on which the RPC is being sent.
◆ client_context()
Return a pointer to the underlying ClientContext structure associated with the RPC to support features that apply to it.
◆ method()
const char* grpc::experimental::ClientRpcInfo::method |
( |
| ) |
const |
|
inline |
Return the fully-specified method name.
◆ type()
Type grpc::experimental::ClientRpcInfo::type |
( |
| ) |
const |
|
inline |
Return the type of the RPC (unary or a streaming flavor)
◆ grpc_impl::ClientContext
◆ internal::InterceptorBatchMethodsImpl
The documentation for this class was generated from the following file: