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 c6153ae commit 32b5588Copy full SHA for 32b5588
README.md
@@ -54,6 +54,6 @@ class MeasurePipelineBehaviour : PipelineBehaviour {
54
val mediator = // create mediator instance in-memory or with dependency injection, take a look at the documentation
55
mediator.send(PingCommand()) // 1..1
56
mediator.send(PingQuery()) // 1..1
57
-mediator.send(PingNotification()) // 0..N
+mediator.publish(PingNotification()) // 0..N
58
```
59
0 commit comments