Expand description
§ash-rpc-stateful
Stateful JSON-RPC handlers with shared context support.
This crate extends ash-rpc-core with stateful method handlers that can access shared application state through a service context.
§Features
- Shared context - Pass application state to method handlers
- Error handling - Proper error propagation through the context system
- Method registry - Organize stateful methods in a registry
- Type safety - Generic over context types for compile-time guarantees
Structs§
- Stateful
Method Registry - Registry for organizing stateful JSON-RPC methods
- Stateful
Processor - Stateful
Processor Builder
Traits§
- Service
Context - Trait for service context shared across stateful handlers
- Stateful
Handler - Trait for stateful JSON-RPC handlers
- Stateful
Method Handler - Trait for stateful method handlers