Skip to content

Commit bc4a59b

Browse files
committed
Added the Messenger component
1 parent 220f4bf commit bc4a59b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@ Lock:
181181
Creates and manages locks, a mechanism to provide exclusive access to a
182182
shared resource.
183183
184+
Messenger:
185+
slug: messenger
186+
docUrl: messenger.html
187+
deprecated: false
188+
description: |
189+
Helps applications send and receive messages to/from other applications
190+
using a message bus.
191+
184192
OptionsResolver:
185193
slug: options-resolver
186194
docUrl: options_resolver.html

0 commit comments

Comments
 (0)