Recommend this page to a friend! |
Classes of Niko | PHP HouseHold | doc/GetStarted/Buses.md | Download |
|
DownloadCommand Bus and Query BusWhy tactician bus and not broadway bus?Broadway has a CommandBus implementation but not a QueryBus. The interface does not allow you to return content so you need to build your own. Tactician
It allows you to return content from you The configuration for a Symfony app will be like that:
So you can create your own middleware for example to generate a backend caching for your read model.
|