@@ -2097,16 +2097,16 @@ You can configure your handler by passing options to the attribute::
2097
2097
2098
2098
Possible options to configure with the attribute are:
2099
2099
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
+ ============================== ====================================================================================================
2110
2110
2111
2111
.. _messenger-handler-config :
2112
2112
0 commit comments