File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 single: Messenger; Getting results / Working with command & query buses
33
44Getting Results from your Handler
5- ---------------------------------
5+ =================================
66
77When a message is handled, the :class: `Symfony\\ Component\\ Messenger\\ Middleware\\ HandleMessageMiddleware `
88adds a :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ HandledStamp ` for each object that handled the message.
@@ -26,7 +26,7 @@ The :method:`Symfony\\Component\\Messenger\\HandleTrait::handle` method ensures
2626there is exactly one handler registered and returns its result.
2727
2828Working with Command & Query Buses
29- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29+ ----------------------------------
3030
3131The Messenger component can be used in CQRS architectures where command & query
3232buses are central pieces of the application. Read Martin Fowler's
You can’t perform that action at this time.
0 commit comments