File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,12 +150,12 @@ binding capabilities to clarify which bus will be injected based on the argument
150
150
$container->bind('$queryBus', 'messenger.bus.queries');
151
151
$container->bind('$eventBus', 'messenger.bus.events');
152
152
153
- Restrict handlers per bus
153
+ Restrict Handlers per Bus
154
154
-------------------------
155
155
156
156
By default, each handler will be available to handle messages on *all *
157
157
of your buses. To prevent dispatching a message to the wrong bus without an error,
158
- you can restrict each handler to a specific bus using the `messenger.message_handler ` tag:
158
+ you can restrict each handler to a specific bus using the `` messenger.message_handler ` ` tag:
159
159
160
160
.. configuration-block ::
161
161
@@ -251,7 +251,7 @@ the correct tag:
251
251
->load('App\MessageHandler\\', '%kernel.project_dir%/src/MessageHandler/*QueryHandler.php')
252
252
->tag('messenger.message_handler', ['bus' => 'messenger.bus.queries']);
253
253
254
- Debugging the buses
254
+ Debugging the Buses
255
255
-------------------
256
256
257
257
The ``debug:messenger `` command lists available messages & handlers per bus.
You can’t perform that action at this time.
0 commit comments