Add CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandParser #188
Reference in New Issue
Block a user
Delete Branch "feat/command-parser"
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 the CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandParser, if none is found a UnknownCommandException is raised.
The CommandParser must implement the CommandParser interface and return a Request object.
mentioned in commit
118869f461changed title from
Add CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandHandlertoAdd CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandParserchanged the description
mentioned in task #14