GRPC C++
0.10.0.0
|
#include <channel_interface.h>
Public Member Functions | |
virtual | ~ChannelInterface () |
virtual void * | RegisterMethod (const char *method_name)=0 |
virtual Call | CreateCall (const RpcMethod &method, ClientContext *context, CompletionQueue *cq)=0 |
![]() | |
virtual | ~CallHook () |
virtual void | PerformOpsOnCall (CallOpSetInterface *ops, Call *call)=0 |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |