34 #ifndef GRPCXX_IMPL_CODEGEN_CALL_HOOK_H
35 #define GRPCXX_IMPL_CODEGEN_CALL_HOOK_H
39 class CallOpSetInterface;
52 #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:567
Straightforward wrapping of the C call object.
Definition: call.h:638
virtual void PerformOpsOnCall(CallOpSetInterface *ops, Call *call)=0
This is an interface that Channel and Server implement to allow them to hook performing ops...
Definition: call_hook.h:44
virtual ~CallHook()
Definition: call_hook.h:46