@@ -2181,16 +2181,16 @@ You can configure your handler by passing options to the attribute::
2181
2181
2182
2182
Possible options to configure with the attribute are:
2183
2183
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
+ ============================== ====================================================================================================
2194
2194
2195
2195
.. _messenger-handler-config :
2196
2196
0 commit comments