GRPC C++
1.30.0
|
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... | |
Interface for an interceptor.
Interceptor authors must create a class that derives from this parent class.
|
inlinevirtual |
|
pure virtual |
The one public method of an Interceptor interface.
Override this to trigger the desired actions at the hook points described above.