Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 389 Bytes

File metadata and controls

8 lines (6 loc) · 389 Bytes

Commands

A command is a special type of message which represents just an action, something that will change the state of a given system.

  • There is a clear expectation about a state change that needs to take place in the future
  • When returning a response indicate completion
  • Optionally they can include a result in the response
  • Very common to see them in orchestration components