Closed
Description
Since this recent move, the MessageBusInterface:: dispatch()
method can't return anything. I build CQRS apps using the Messenger since its release and use it to define the following three buses: command bus, event bus, and query bus. How are we supposed to do with the query
bus right now ? Should I stop using a bus for the query part? Or mutate the message
to transport the response? Thanks for your answers!