We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c14fd commit 7f9f20fCopy full SHA for 7f9f20f
messenger.rst
@@ -2526,10 +2526,9 @@ wherever you need a query bus behavior instead of the ``MessageBusInterface``::
2526
}
2527
2528
You can also add new stamps when handling a message; they will be appended
2529
-to the existing ones. For example, you can add a ``DoctrineFlushStamp`` to
2530
-flush the entity manager after handling the message::
+to the existing ones::
2531
2532
- $this->handle(new SomeMessage($data), [new DoctrineFlushStamp()]);
+ $this->handle(new SomeMessage($data), [new SomeStamp(), new AnotherStamp()]);
2533
2534
.. versionadded:: 7.3
2535
0 commit comments