Skip to main content

Commands

View as Markdown

Commands are messages that represent intent, commands can be rejected in distributed systems.

In EventCatalog Services may invoke (send) or accept (receive) commands in your architecture.

An example of a command would be PlaceOrder message over HTTP.

  • This message is used to place an order in a system
  • Commands can be rejected, the PlaceOrder may be rejected by the service that processes it.

Commands in EventCatalog