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.