We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078e32a commit 8f24431Copy full SHA for 8f24431
messenger/multiple_buses.rst
@@ -105,6 +105,11 @@ This will create three new services:
105
106
* ``event.bus``: autowireable with ``MessageBusInterface $eventBus``.
107
108
+.. note::
109
+
110
+ The ``allow_no_handlers`` option allows ``event.bus`` to have no handler configured
111
+ and as a result, it will not end up with error if you define no handler for this bus.
112
113
Restrict Handlers per Bus
114
-------------------------
115
0 commit comments