rskit-hook
Typed in-process hooks and event bus primitives for rskit applications.
rskit-hook provides a typed Event boundary, HookRegistry handler registration, and bounded EventBus delivery without domain-specific dependencies. It is intended for injected application composition where components need to emit or react to lifecycle and domain events without global registries.
Features
- Typed event payloads via the
Eventtrait. - Handler registration by concrete event type.
- Bounded event bus delivery with explicit backpressure configuration.
AppResult/AppErrorintegration for consistent error handling.