Skip to main content

Module interceptor

Module interceptor 

Source
Expand description

Server-side interceptor chain.

ServerInterceptor allows middleware-style hooks before and after each JSON-RPC or REST method invocation. ServerInterceptorChain manages an ordered list of interceptors and runs them sequentially.

Structs§

ServerInterceptorChain
An ordered chain of ServerInterceptor instances.

Traits§

ServerInterceptor
A server-side interceptor for request processing.