We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MessageSubscriberInterface
1 parent b10cf9a commit cb957d7Copy full SHA for cb957d7
messenger.rst
@@ -1980,6 +1980,11 @@ A handler class can handle multiple messages or configure itself by implementing
1980
}
1981
1982
1983
+.. deprecated:: 6.2
1984
+
1985
+ :class:`Symfony\\Component\\Messenger\\Handler\\MessageSubscriberInterface` was deprecated in Symfony 6.2.
1986
+ Use :class:`#[AsMessageHandler] <Symfony\\Component\\Messenger\\Attribute\\AsMessageHandler>` attribute instead.
1987
1988
Binding Handlers to Different Transports
1989
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1990
0 commit comments