EventResult records and can be consumed as a single value or aggregated across handlers.
Repository example files:
Typed return values
Use the event result type to enforce return typing across handlers.- Python
- TypeScript
Aggregating multiple handler results
When multiple handlers respond to the same event, collect all results and combine them as needed.- Python
- TypeScript
Per-handler inspection
Both implementations keep per-handler result metadata in addition to flattened helpers.- Python
- TypeScript