Expand description
Call context for server-side interceptors.
CallContext carries metadata about the current JSON-RPC or REST call,
allowing ServerInterceptor implementations
to make access-control and auditing decisions.
Structs§
- Call
Context - Metadata about the current server-side method call.