#include <orca_interceptor.h>

Public Member Functions | |
| void | Intercept (InterceptorBatchMethods *methods) override |
| OrcaServerInterceptor (ServerRpcInfo *info) | |
Public Member Functions inherited from grpc::experimental::Interceptor | |
| virtual | ~Interceptor () |
Private Attributes | |
| ServerRpcInfo * | info_ |
Definition at line 30 of file orca_interceptor.h.
|
inlineexplicit |
Definition at line 32 of file orca_interceptor.h.
|
overridevirtual |
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 41 of file orca_interceptor.cc.
|
private |
Definition at line 37 of file orca_interceptor.h.