@@ -2097,16 +2097,16 @@ You can configure your handler by passing options to the attribute::
20972097
20982098Possible options to configure with the attribute are:
20992099
2100- ============================ ====================================================================================================
2101- Option Description
2102- ============================ ====================================================================================================
2103- ``bus `` Name of the bus from which the handler can receive messages, by default all buses.
2104- ``fromTransport `` Name of the transport from which the handler can receive messages, by default all transports.
2105- ``handles `` Type of messages (FQCN) that can be processed by the handler, only needed if can't be guessed by
2106- type-hint.
2107- ``method `` Name of the method that will process the message, only if the target is a class.
2108- ``priority `` Priority of the handler when multiple handlers can process the same message.
2109- ============================ ====================================================================================================
2100+ ============================== ====================================================================================================
2101+ Option Description
2102+ ============================== ====================================================================================================
2103+ ``bus `` Name of the bus from which the handler can receive messages, by default all buses.
2104+ ``fromTransport `` Name of the transport from which the handler can receive messages, by default all transports.
2105+ ``handles `` Type of messages (FQCN) that can be processed by the handler, only needed if can't be guessed by
2106+ type-hint.
2107+ ``method `` Name of the method that will process the message, only if the target is a class.
2108+ ``priority `` Priority of the handler when multiple handlers can process the same message.
2109+ ============================== ====================================================================================================
21102110
21112111.. _messenger-handler-config :
21122112
0 commit comments