8000 [Messenger] Add auto stamp attribute and middleware by KerianMM · Pull Request #18461 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content
/ symfony-docs Public

[Messenger] Add auto stamp attribute and middleware #18461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 6.4
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[Messenger] AutoStampMiddleware add stamps from StampInterface attrib…
…utes
  • Loading branch information
KerianMM authored Jun 28, 2023
commit b51ddc0ebced5c6fb37480c71cbdbe2675ce8d8c
2 changes: 1 addition & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,7 @@ for each bus looks like this:

#. ``handle_message`` - calls the message handler(s) for the given message.

#. ``auto_stamp_middleware`` - add stamps to envelope from ``AutoStamp`` attribute on message.
#. ``auto_stamp_middleware`` - add stamps to envelope from ``StampInterface`` attributes on message.

.. note::

Expand Down
0