GRPC C++  0.10.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
grpc::ChannelInterface Class Referenceabstract

#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
 
- Public Member Functions inherited from grpc::CallHook
virtual ~CallHook ()
 
virtual void PerformOpsOnCall (CallOpSetInterface *ops, Call *call)=0
 

Constructor & Destructor Documentation

virtual grpc::ChannelInterface::~ChannelInterface ( )
inlinevirtual

Member Function Documentation

virtual Call grpc::ChannelInterface::CreateCall ( const RpcMethod method,
ClientContext context,
CompletionQueue cq 
)
pure virtual
virtual void* grpc::ChannelInterface::RegisterMethod ( const char *  method_name)
pure virtual

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