Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_CODEGEN_CALL_HOOK_H
20 #define GRPCPP_IMPL_CODEGEN_CALL_HOOK_H
25 class CallOpSetInterface;
39 #endif // GRPCPP_IMPL_CODEGEN_CALL_HOOK_H
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
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:38
An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the l...
Definition: call_op_set_interface.h:34
virtual void PerformOpsOnCall(CallOpSetInterface *ops, Call *call)=0
virtual ~CallHook()
Definition: call_hook.h:32