GRPC C++  1.62.0
Public Member Functions
grpc::internal::CallHook Class Referenceabstract

This is an interface that Channel and Server implement to allow them to hook performing ops. More...

#include <call_hook.h>

Public Member Functions

virtual ~CallHook ()
 
virtual void PerformOpsOnCall (CallOpSetInterface *ops, Call *call)=0
 

Detailed Description

This is an interface that Channel and Server implement to allow them to hook performing ops.

Constructor & Destructor Documentation

◆ ~CallHook()

virtual grpc::internal::CallHook::~CallHook ( )
inlinevirtual

Member Function Documentation

◆ PerformOpsOnCall()

virtual void grpc::internal::CallHook::PerformOpsOnCall ( CallOpSetInterface ops,
Call call 
)
pure virtual

Implemented in grpc::ServerInterface.


The documentation for this class was generated from the following file: