Expand description
EventHandler trait and EngineContext (design: handler.md §5, §6). Context holds async storage store references.
Structs§
- Engine
Context - Design: handler.md §6 — execution environment for handlers (stores from storage).
Traits§
- Event
Handler - Design: handler.md §5 — handle(event, ctx) -> Vec
. Async for storage access.