Commit Graph

17 Commits

Author SHA1 Message Date
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
74960345ba Removed lingering debug code 2024-03-02 00:20:27 +01:00
39f2ea4e11 Fixed bug preventing client reconnecting 2024-03-01 22:27:55 +01:00
b2494c3163 Fixed message parsing bug 2024-03-01 21:48:28 +01:00
c4f3e8ae50 Error handling fixes 2024-03-01 21:21:09 +01:00
9bd53062b0 Bugfixed client reconnection logic 2024-03-01 19:27:46 +01:00
1255db21ab Improve error handling 2024-03-01 19:21:28 +01:00
9d3f6d9ddd Added a ConnectionException, misc fixes 2024-03-01 19:10:47 +01:00
324fa6e519 Cancel if bus not available in client 2024-03-01 18:33:12 +01:00
4cfb66756f Error fix 2024-03-01 18:32:21 +01:00
3ea23d6533 Fix throws in client 2024-03-01 18:30:16 +01:00
e670d725e9 Bugfixes, reconnection in client, readme 2024-03-01 18:19:25 +01:00
6f49b69a66 Implemented notify 2024-03-01 15:20:54 +01:00
f849ac481a Updated readme, examples 2024-03-01 14:59:12 +01:00
befe5f5d59 Initial commit 2024-03-01 14:34:14 +01:00