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,
ResponseBody
Response body for InterceptedService.
ResponseFuture
Response future for InterceptedService.

Traits§

Interceptor
A gRPC interceptor.