We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef4804 commit f8de102Copy full SHA for f8de102
1 file changed
readme.md
@@ -20,6 +20,10 @@ architectures, but their benefits can be applied to apps too, especially
20
extensible ones where multiple teams can contribute extensions which
21
are composed at run-time.
22
23
+> [!NOTE]
24
+> This is also commonly used as a Mediator pattern, such as in
25
+> [MediatR](https://www.nuget.org/packages/MediatR) and others libraries.
26
+
27
The resulting improved decoupling between components makes it easier to evolve
28
them independently, while improving discoverability of available commands and
29
events. You can see this approach applied in the real world in
0 commit comments