Events
Events are a type of message that represent immutable facts.
An example of an event would be OrderPlaced event.
- This event is a fact that an order has been placed.
- Other services (consumers) may be interested in this event and can typically subscribe to it.
Events in EventCatalog
- Events in EventCatalog are orange (following EventStorming conventions)
- Events live in the
/eventsfolder.