Skip to content

Commit 1f9e3fb

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Messenger] Fix table indentation
2 parents f9c2807 + eedca34 commit 1f9e3fb

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
@@ -2097,16 +2097,16 @@ You can configure your handler by passing options to the attribute::
20972097

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

Comments
 (0)