command to the CommandHandler subscribed to that type of command. No feedback is given about the status of the dispatching process. Implementations may return immediately after asserting a valid handler is registered for the given command.
@param command The Command to dispatch
@throws NoHandlerForCommandException when no command handler is registered for the given command.
@see GenericCommandMessage#asCommandMessage(Object)
| |
| |