Overview
EventCatalog supports different types of messages (commands, events and queries).
- Commands
- Commands are messages that represent intent, commands can be rejected in distributed systems.
- Events
- Events are a type of message that represent immutable facts.
- Queries
- Queries are a type of message that represent requests for information.