Module tonic::service::interceptor
source · Expand description
gRPC interceptors which are a kind of middleware.
See Interceptor for more details.
Structs
- A service wrapped in an interceptor middleware.
- A gRPC interceptor that can be used as a
Layer, created by callinginterceptor. - Response future for
InterceptedService.
Traits
- A gRPC interceptor.
Functions
- Create a new interceptor layer.