Skip to main content

Events

View as Markdown

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