File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,13 @@ you can configure them to be sent to a transport:
261
261
262
262
Thanks to this, the ``App\Message\SmsNotification `` will be sent to the ``async ``
263
263
transport and its handler(s) will *not * be called immediately. Any messages not
264
- matched under ``routing `` will still be handled immediately.
264
+ matched under ``routing `` will still be handled immediately, i.e. synchronously.
265
+
266
+ .. note ::
267
+
268
+ You may use ``'*' `` as the message class. This will act as a default routing
269
+ rule for any message not matched uner ``routing ``. This is useful to ensure
270
+ no message is handled synchronously by default.
265
271
266
272
You can also route classes by their parent class or interface. Or send messages
267
273
to multiple transports:
You can’t perform that action at this time.
0 commit comments