Go to the source code of this file.
|
enum | grpc::experimental::InterceptionHookPoints {
grpc::experimental::InterceptionHookPoints::PRE_SEND_INITIAL_METADATA,
grpc::experimental::InterceptionHookPoints::PRE_SEND_MESSAGE,
grpc::experimental::InterceptionHookPoints::POST_SEND_MESSAGE,
grpc::experimental::InterceptionHookPoints::PRE_SEND_STATUS,
grpc::experimental::InterceptionHookPoints::PRE_SEND_CLOSE,
grpc::experimental::InterceptionHookPoints::PRE_RECV_INITIAL_METADATA,
grpc::experimental::InterceptionHookPoints::PRE_RECV_MESSAGE,
grpc::experimental::InterceptionHookPoints::PRE_RECV_STATUS,
grpc::experimental::InterceptionHookPoints::POST_RECV_INITIAL_METADATA,
grpc::experimental::InterceptionHookPoints::POST_RECV_MESSAGE,
grpc::experimental::InterceptionHookPoints::POST_RECV_STATUS,
grpc::experimental::InterceptionHookPoints::POST_RECV_CLOSE,
grpc::experimental::InterceptionHookPoints::PRE_SEND_CANCEL,
grpc::experimental::InterceptionHookPoints::NUM_INTERCEPTION_HOOKS
} |
| An enumeration of different possible points at which the Intercept method of the Interceptor interface may be called. More...
|
|