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§
- Server
Interceptor Chain - An ordered chain of
ServerInterceptorinstances.
Traits§
- Server
Interceptor - A server-side interceptor for request processing.