Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_CODEGEN_CALL_OP_SET_INTERFACE_H
20 #define GRPCPP_IMPL_CODEGEN_CALL_OP_SET_INTERFACE_H
59 #endif // GRPCPP_IMPL_CODEGEN_CALL_OP_SET_INTERFACE_H
virtual void SetHijackingState()=0
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Straightforward wrapping of the C call object.
Definition: call.h:38
virtual void * core_cq_tag()=0
Get the tag to be used at the core completion queue.
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
An interface allowing implementors to process and filter event tags.
Definition: completion_queue_tag.h:26
virtual void FillOps(internal::Call *call)=0
Fills in grpc_op, starting from ops[*nops] and moving upwards.
virtual void ContinueFillOpsAfterInterception()=0
virtual void ContinueFinalizeResultAfterInterception()=0