event-driven - Concepts
Explore concepts tagged with "event-driven"
Total concepts: 2
Concepts
- Domain Event - A record of something significant that happened in the business domain, used to communicate state changes and trigger side effects across system boundaries.
- Event Sourcing - A pattern that persists the state of an entity as a sequence of immutable events rather than storing only the current state.
← Back to all concepts