Module interceptor

Source
Expand description

gRPC interceptors which are a kind of middleware.

See Interceptor for more details.

Structs§

InterceptedService
A service wrapped in an interceptor middleware.
InterceptorLayer
A gRPC interceptor that can be used as a Layer, created by calling interceptor.
ResponseFuture
Response future for InterceptedService.

Traits§

Interceptor
A gRPC interceptor.

Functions§

interceptor
Create a new interceptor layer.
interceptor_fnDeprecated
Create a new interceptor layer.

Type Aliases§

InterceptorFnDeprecated
A gRPC interceptor that can be used as a Layer, created by calling interceptor.