34 #ifndef GRPCXX_IMPL_CODEGEN_CALL_HOOK_H 35 #define GRPCXX_IMPL_CODEGEN_CALL_HOOK_H 39 class CallOpSetInterface;
51 #endif // GRPCXX_IMPL_CODEGEN_CALL_HOOK_H An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the l...
Definition: call.h:563
virtual void PerformOpsOnCall(CallOpSetInterface *ops, Call *call)=0
Channel and Server implement this to allow them to hook performing ops.
Definition: call_hook.h:43
virtual ~CallHook()
Definition: call_hook.h:45