We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfa459 commit e4dfc81Copy full SHA for e4dfc81
docs/bundle/message_processor.md
@@ -15,7 +15,7 @@ services:
15
app.async.say_hello_processor:
16
class: 'AppBundle\Async\SayHelloProcessor'
17
tags:
18
- - { name: 'enqueue.client.message_processor', topicName: 'aTopic' }
+ - { name: 'enqueue.client.processor', topicName: 'aTopic' }
19
20
```
21
@@ -74,8 +74,8 @@ services:
74
75
76
77
- - { name: 'enqueue.client.message_processor'}
+ - { name: 'enqueue.client.processor'}
78
79
80
81
-[back to index](../index.md)
+[back to index](../index.md)
0 commit comments