Create CommandRouter and CommandHandler to execute request #206
Reference in New Issue
Block a user
Delete Branch "feat/14-commandrouter-and-commandhandler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added
CommandHandlerinterface all handlers must implement. Is generic to avoid cast.Added
CommandRouterto route requests to matchingCommandHandler.Converted runtime errors (incorrect
Requestpassed to the wrongCommandHandler) into compile-time exceptions.Closes #14
changed the description
mentioned in commit
4b187fac27mentioned in issue #17
mentioned in task #14