Matthias Noback – PHP & Symfony: You may not need a query bus
"Can you make a query bus with SimpleBus?" The question has been asked many times. I've always said no. Basically, because I didn't build in the option to return anything from a command handler. So a handler could never become a query handler, since a query will of course have to return something. ...
Comments are closed.