Expand description
JSON-RPC method dispatcher.
Handlers are registered by method name. Every request is associated with a
CancellationToken that fires when the client sends $/cancelRequest.
Structs§
- Dispatcher
- Routes inbound JSON-RPC method calls to async handlers.
Enums§
- Dispatch
Error - Errors from dispatching a request.
- Handler
Result - The two outcomes a request handler can produce.