Skip to content

Commit eedca34

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Messenger] Fix table indentation
2 parents 5d6f5ca + 1bd1834 commit eedca34

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

messenger.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,16 +2181,16 @@ You can configure your handler by passing options to the attribute::
21812181

21822182
Possible 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

Comments
 (0)