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 fff8659 commit ca22c3cCopy full SHA for ca22c3c
messenger/message-recorder.rst
@@ -6,7 +6,7 @@ Record Events Produced by a Handler
6
7
In an example application there is a command (a CQRS message) named ``CreateUser``.
8
That command is handled by the ``CreateUserHandler`` which creates
9
-a ``User`` object, stores that object to a database and dispatches an ``UserCreatedEvent``.
+a ``User`` object, stores that object to a database and dispatches a ``UserCreatedEvent``.
10
That event is also a normal message but is handled by an *event* bus.
11
12
There are many subscribers to the ``UserCreatedEvent``, one subscriber may send
0 commit comments