How to implement and use Command Bus in Python with Injector?
What's a command bus? Command Bus is an incarnation of Mediator design pattern. It provides a way to decouple the code structure that sends a command to its receiver. It becomes handy with CQRS ...