File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
single: Messenger; Getting results / Working with command & query buses
3
3
4
4
Getting Results from your Handler
5
- ---------------------------------
5
+ =================================
6
6
7
7
When a message is handled, the :class: `Symfony\\ Component\\ Messenger\\ Middleware\\ HandleMessageMiddleware `
8
8
adds 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
26
26
there is exactly one handler registered and returns its result.
27
27
28
28
Working with Command & Query Buses
29
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29
+ ----------------------------------
30
30
31
31
The Messenger component can be used in CQRS architectures where command & query
32
32
buses are central pieces of the application. Read Martin Fowler's
You can’t perform that action at this time.
0 commit comments