Search⌘ K
AI Features

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.

In an event-driven ...