Skip to content

Commit 1c32a45

Browse files
authored
Merge pull request #457 from javiereguiluz/add_messenger
Added the Messenger component
2 parents 220f4bf + e32552e commit 1c32a45

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+
or via message queues.
191+
184192
OptionsResolver:
185193
slug: options-resolver
186194
docUrl: options_resolver.html

0 commit comments

Comments
 (0)