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 2ee4775 commit 68e26aeCopy full SHA for 68e26ae
README.md
@@ -5,6 +5,9 @@
5
Mediator implementation in kotlin with native coroutine support. Supports Spring-Boot, Quarkus and Koin dependency
6
providers.
7
8
+> [!TIP]
9
+> "kedi" in Turkish means cat 🐱 and kediatR ryhms with the C# equivalent library [mediatr](https://github.com/jbogard/MediatR) :)
10
+
11
Documentation is available at [https://trendyol.github.io/kediatR/](https://trendyol.github.io/kediatR/)
12
13
## Show me the code
@@ -48,3 +51,4 @@ val mediator = // create mediator instance in-memory or with dependency injectio
48
51
mediator.send(PingQuery()) // 1..1
49
52
mediator.send(PingNotification()) // 0..N
50
53
```
54
0 commit comments