Expand description
gRPC interceptors which are a kind of middleware.
See [Interceptor
] for more details.
Structs§
- Async
Intercepted Service - A service wrapped in an async interceptor middleware.
- Async
Interceptor Layer - A gRPC async interceptor that can be used as a
Layer
, created by callingasync_interceptor
. - Async
Response Future - Response future for
AsyncInterceptedService
. - Response
Future - Response future for [
InterceptedService
].
Traits§
- Async
Interceptor - An async gRPC interceptor.
Functions§
- async_
interceptor - Create a new async interceptor layer.