← Graph

Command Message

concept 2 connections

Ladd's generalized name for a web form or any input handled by an MVC controller: a command message. In event-sourced and microservice contexts, the MVC controller is really a command handler, and handlers are the entry point where user code first executes — everything else around them is framework plumbing. Commands are imperative intent that can be accepted or rejected by a handler.

category
pattern
about
Command Message concept
Opens by reframing web forms and controller inputs as command messages.
Answer recommends having controllers write command messages to streams for portability.

Provenance

Read by
3 extractions