GRPC C++  1.0.0
Public Member Functions
grpc::CallHook Class Referenceabstract

Channel and Server implement this to allow them to hook performing ops. More...

#include <call_hook.h>

Public Member Functions

virtual ~CallHook ()
 
virtual void PerformOpsOnCall (CallOpSetInterface *ops, Call *call)=0
 

Detailed Description

Channel and Server implement this to allow them to hook performing ops.

Constructor & Destructor Documentation

virtual grpc::CallHook::~CallHook ( )
inlinevirtual

Member Function Documentation

virtual void grpc::CallHook::PerformOpsOnCall ( CallOpSetInterface ops,
Call call 
)
pure virtual

Implemented in grpc::ServerInterface.


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