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
, created by callinginterceptor
. - Response
Future - Response future for
InterceptedService
.
Traits§
- Interceptor
- A gRPC interceptor.
Functions§
- interceptor
- Create a new interceptor layer.