You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 thequery
bus right now ? Should I stop using a bus for the query part? Or mutate themessage
to transport the response? Thanks for your answers!The text was updated successfully, but these errors were encountered: