Events Module
The events module persists all emitted events to the database for auditing, analytics, and event sourcing patterns.
Configuration Options
The events module has no configuration options.
Events
The events module does not emit events itself - it receives and stores events emitted by all other modules.
More Information
For API usage and detailed documentation, see the core-events package on GitHub.