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

[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

Closed
wants to merge 2 commits into from
Closed
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
Next Next commit
[Messenger] Add auto stamp attribute and middleware
  • Loading branch information
KerianMM authored Jun 28, 2023
commit ac8c3eca6b1618ad682ec83dac1e5db7ea196a70
2 changes: 2 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,8 @@ 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.

.. note::

These middleware names are actually shortcut names. The real service ids
Expand Down
0