- QueueAllMiddleware to allow queueing any command
- QueueCommandNormalizer to normalize the QueueCommand wrapper
- Updated dependencies to Tactician 1.0
QueueableCommand
interface to ease registering receivers in Bernard routersQueueCommand
to ease passing commands to Bernard which does not implementBernard\Message
by wrapping them
QueuedCommand
is now final
- Updated dependencies to Tactician 0.6
- The
Command
interface from Tactician is no longer required
QueueableCommand
interface is not needed anymore
*BusReceivers
to be added to Bernard's core routers
- Use a
Producer
instead of a specificQueue
(queue name can be guessed from the command)
- Custom
Router
implementation
- Initial release