class Interceptor
Defined at line 218 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/interceptor.h
Interface for an interceptor. Interceptor authors must create a class
that derives from this parent class.
Public Methods
void Intercept (InterceptorBatchMethods * methods)
The one public method of an Interceptor interface. Override this to
trigger the desired actions at the hook points described above.
void ~Interceptor ()
Defined at line 220 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/interceptor.h