| Classes | |
|---|---|
| AbstractContext | Context passed to a request handler, carrying the inbound request's metadata and out-of-band helpers. |
| HandlerRegistry | Method-name to handler dispatch table, generic over the handler interface. |
| Interfaces | |
| NotificationHandlerInterface | Handler for a single inbound JSON-RPC notification, |
| RequestHandlerInterface | Handler for a single inbound JSON-RPC request, |
| SenderInterface | Outbound message pump used by |