Commit Graph

7 Commits

Author SHA1 Message Date
9ab9561270 Refactor names in CommandResolverInterface 2024-12-28 15:35:41 +01:00
07f8ae467c Make CommandBus use CommandResolverInterface
* Add CommandResolverInterface to resolve commands.
* Replace single CommandRegistry with CommandResolverInterface[]
  in CommandBus.
* Make CommandRegistry implement CommandResolverInterface.
2024-12-15 13:24:57 +01:00
585be681bd Added getter for CommandRegistry on CommandBus 2024-07-28 16:02:31 +02:00
35efaa1b0d First set of tests, argument unwrapping/injection 2024-03-19 00:01:12 +01:00
b2494c3163 Fixed message parsing bug 2024-03-01 21:48:28 +01:00
6f49b69a66 Implemented notify 2024-03-01 15:20:54 +01:00
befe5f5d59 Initial commit 2024-03-01 14:34:14 +01:00