#include <interceptors_util.h>

Public Member Functions | |
| void | Intercept (experimental::InterceptorBatchMethods *methods) override |
| TestInterceptor (const std::string &method, const char *suffix_for_stats, experimental::ClientRpcInfo *info) | |
Public Member Functions inherited from grpc::experimental::Interceptor | |
| virtual | ~Interceptor () |
Definition at line 86 of file interceptors_util.h.
|
inline |
Definition at line 88 of file interceptors_util.h.
|
inlineoverridevirtual |
The one public method of an Interceptor interface. Override this to trigger the desired actions at the hook points described above.
Implements grpc::experimental::Interceptor.
Definition at line 99 of file interceptors_util.h.