#include <call_hook.h>
Public Member Functions | |
virtual void | PerformOpsOnCall (CallOpSetInterface *ops, Call *call)=0 |
virtual | ~CallHook () |
This is an interface that Channel and Server implement to allow them to hook performing ops.
Definition at line 32 of file grpcpp/impl/codegen/call_hook.h.
|
inlinevirtual |
Definition at line 34 of file grpcpp/impl/codegen/call_hook.h.
|
pure virtual |
Implemented in grpc::ServerInterface, grpc::Server, and grpc::Channel.