GRPC C++
1.30.0
|
This is an interface that Channel and Server implement 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 |
This is an interface that Channel and Server implement to allow them to hook performing ops.
|
inlinevirtual |
|
pure virtual |
Implemented in grpc::ServerInterface.