conceptmaps.io

Welcome to conceptmaps.io :)

You can browse all the published concept maps without signing in. If you'd like to create your own concept maps, all you have to do is sign in with Twitter. It's free!

Concept Map » CQRS And Event Sourcing
Concept » Command

A command is a serialised method call that capture the intent of the user. It is always expressed in the imperative, e.g. "Make Payment", "Ship Goods", etc.

It is important to note that commands can be rejected by the application based on any number of validations, including permissions, concurrency issues, data validation, etc.

Diagram print toggle size

Related concepts