Platform — References
Entity events, notification jobs, history, idempotency, and workers.
This English page mirrors the Vietnamese route and summarizes source specs, code anchors, and related pages. Keep technical names in English because they match the codebase.
What this page covers
| Area | Summary |
|---|---|
| Domain purpose | Entity events, notification jobs, history, idempotency, and workers. |
| Main readers | Product, support, and engineers who need the same route structure in English. |
| Source of truth | OpenSpec specs and the current codebase remain authoritative. |
Core objects
- EntityEvent
- NotificationJobFactory
- NotificationEventKey
- EntityHistory
- HistoryEventKey
- Worker
Typical flow
- Publish domain events.
- Post-process events.
- Create idempotent notification/history projections.
- Schedule background workers.
- Expose observability data.
Where to look in the repo
EventHandler workerNotification workersEntity history mappings
Related pages
If this English summary differs from the Vietnamese page or the code, trust OpenSpec/code first and update the wiki.