Expand description
gRPC interceptors which are a kind of middleware.
See Interceptor for more details.
Structs§
- Intercepted
Service - A service wrapped in an interceptor middleware.
- Interceptor
Layer - A gRPC interceptor that can be used as a
Layer, - Response
Body - Response body for
InterceptedService. - Response
Future - Response future for
InterceptedService.
Traits§
- Interceptor
- A gRPC interceptor.