Collected sources and patterns will appear here. Add from search or the patterns library.
JsonRpcRequest -> RoutedHandlerInvocation
Route incoming JSON-RPC string method names to interface methods annotated with the matching endpoint protocol metadata.
Problem it solves
Dispatching dynamic string-based RPC requests to typed code requires boilerplate routing logic and manual parameter extraction.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.