GRPC C++  1.62.0
Public Member Functions
grpc::experimental::Interceptor Class Referenceabstract

Interface for an interceptor. More...

#include <interceptor.h>

Public Member Functions

virtual ~Interceptor ()
 
virtual void Intercept (InterceptorBatchMethods *methods)=0
 The one public method of an Interceptor interface. More...
 

Detailed Description

Interface for an interceptor.

Interceptor authors must create a class that derives from this parent class.

Constructor & Destructor Documentation

◆ ~Interceptor()

virtual grpc::experimental::Interceptor::~Interceptor ( )
inlinevirtual

Member Function Documentation

◆ Intercept()

virtual void grpc::experimental::Interceptor::Intercept ( InterceptorBatchMethods methods)
pure virtual

The one public method of an Interceptor interface.

Override this to trigger the desired actions at the hook points described above.


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