react-command-bus/src
Christopher Vagnetoft 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
..
Command.php First set of tests, argument unwrapping/injection 2024-03-19 00:01:12 +01:00
CommandBus.php Make CommandBus use CommandResolverInterface 2024-12-15 13:24:57 +01:00
CommandBusClient.php Make CommandBus use CommandResolverInterface 2024-12-15 13:24:57 +01:00
CommandBusException.php Added a ConnectionException, misc fixes 2024-03-01 19:10:47 +01:00
CommandBusInterface.php Initial commit 2024-03-01 14:34:14 +01:00
CommandRegistry.php Make CommandBus use CommandResolverInterface 2024-12-15 13:24:57 +01:00
CommandResolverInterface.php Make CommandBus use CommandResolverInterface 2024-12-15 13:24:57 +01:00
ConnectionException.php Added a ConnectionException, misc fixes 2024-03-01 19:10:47 +01:00
Context.php First set of tests, argument unwrapping/injection 2024-03-19 00:01:12 +01:00
Message.php Fixed message parsing bug 2024-03-01 21:48:28 +01:00
MessageException.php Added a ConnectionException, misc fixes 2024-03-01 19:10:47 +01:00