19 #ifndef GRPCXX_IMPL_CODEGEN_CALL_HOOK_H
20 #define GRPCXX_IMPL_CODEGEN_CALL_HOOK_H
25 class CallOpSetInterface;
39 #endif // GRPCXX_IMPL_CODEGEN_CALL_HOOK_H
virtual ~CallHook()
Definition: call_hook.h:32
virtual void PerformOpsOnCall(CallOpSetInterface *ops, Call *call)=0
An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the l...
Definition: call.h:611
This is an interface that Channel and Server implement to allow them to hook performing ops...
Definition: call_hook.h:30
Straightforward wrapping of the C call object.
Definition: call.h:683