Extract ResponseDispatcher field into CommandHandler #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Feature Request
Summary
A field for the ResponseDispatcher should be moved into the CommandHandler, as it is the most required dependency.
Required workarround
The field for the ResponseDispatcher has been implemented in every implementation of the CommandHandler so far. Leading to duplicated code.
Description
The CommandHandler needs to be refactored into a class.
Its constructor will require the ResponseDispatcher as a parameter, assigning it to a protected internal field.
Checklist
assigned to @lars.winzer
created branch
feat/58-extract-responsedispatcher-field-into-commandhandlerto address this issuementioned in merge request !87
added 8m of time spent at 2026-04-08 12:00:00 +0200
mentioned in commit
5abb46b915