File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1718,12 +1718,6 @@ during a request::
1718
1718
}
1719
1719
}
1720
1720
1721
- .. versionadded :: 6.3
1722
-
1723
- The namespace of the ``InMemoryTransport `` class changed in Symfony 6.3 from
1724
- ``Symfony\Component\Messenger\Transport\InMemoryTransport `` to
1725
- ``Symfony\Component\Messenger\Transport\InMemory\InMemoryTransport ``.
1726
-
1727
1721
The transport has a number of options:
1728
1722
1729
1723
``serialize `` (boolean, default: ``false ``)
@@ -2020,12 +2014,6 @@ A single handler class can handle multiple messages. For that add the
2020
2014
}
2021
2015
}
2022
2016
2023
- .. deprecated :: 6.2
2024
-
2025
- Implementing the :class: `Symfony\\ Component\\ Messenger\\ Handler\\ MessageSubscriberInterface `
2026
- is another way to handle multiple messages with one handler class. This
2027
- interface was deprecated in Symfony 6.2.
2028
-
2029
2017
Binding Handlers to Different Transports
2030
2018
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2031
2019
Original file line number Diff line number Diff line change @@ -133,9 +133,6 @@ you can restrict each handler to a specific bus using the ``messenger.message_ha
133
133
services :
134
134
App\MessageHandler\SomeCommandHandler :
135
135
tags : [{ name: messenger.message_handler, bus: command.bus }]
136
- # prevent handlers from being registered twice (or you can remove
137
- # the MessageHandlerInterface that autoconfigure uses to find handlers)
138
- autoconfigure : false
139
136
140
137
.. code-block :: xml
141
138
You can’t perform that action at this time.
0 commit comments