TIL; Symfony messenger handle trait
When using Symfony messenger bus synchronously, it's now trivial to get the
result returned by command handlers, thanks to the HandlerTrait
provided by
the messenger bundle.
When using Symfony messenger bus synchronously, it's now trivial to get the
result returned by command handlers, thanks to the HandlerTrait
provided by
the messenger bundle.