@@ -2181,16 +2181,16 @@ You can configure your handler by passing options to the attribute::
21812181
21822182Possible options to configure with the attribute are:
21832183
2184- ============================ ====================================================================================================
2185- Option Description
2186- ============================ ====================================================================================================
2187- ``bus `` Name of the bus from which the handler can receive messages, by default all buses.
2188- ``fromTransport `` Name of the transport from which the handler can receive messages, by default all transports.
2189- ``handles `` Type of messages (FQCN) that can be processed by the handler, only needed if can't be guessed by
2190- type-hint.
2191- ``method `` Name of the method that will process the message, only if the target is a class.
2192- ``priority `` Priority of the handler when multiple handlers can process the same message.
2193- ============================ ====================================================================================================
2184+ ============================== ====================================================================================================
2185+ Option Description
2186+ ============================== ====================================================================================================
2187+ ``bus `` Name of the bus from which the handler can receive messages, by default all buses.
2188+ ``fromTransport `` Name of the transport from which the handler can receive messages, by default all transports.
2189+ ``handles `` Type of messages (FQCN) that can be processed by the handler, only needed if can't be guessed by
2190+ type-hint.
2191+ ``method `` Name of the method that will process the message, only if the target is a class.
2192+ ``priority `` Priority of the handler when multiple handlers can process the same message.
2193+ ============================== ====================================================================================================
21942194
21952195.. _messenger-handler-config :
21962196
0 commit comments