Types of Events
Explore the main types of events in event-driven design including domain events that notify state changes synchronously, event-sourcing events stored for long-term, and integration events that enable asynchronous communication across different application contexts.
We'll cover the following...
We'll cover the following...
In an event-driven application and even in an application that is not event-driven, we will encounter several different kinds of events:
Types of events
Domain events
A domain event is a concept that comes from domain-driven design. ...