Extract ResponseDispatcher field into constructor of CommandHandler #243
Reference in New Issue
Block a user
Delete Branch "feat/58-extract-responsedispatcher-field-into-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 a constructor to the
CommandHandlerto set the value of theResponseDispatcherfield.Refactored existing
CommandHandlerto use the constructor of the superclass.Closes #58
mentioned in commit
5abb46b915