Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca22c3c

Browse filesBrowse files
Nyholmweaverryan
authored andcommitted
a user
1 parent fff8659 commit ca22c3c
Copy full SHA for ca22c3c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎messenger/message-recorder.rst

Copy file name to clipboardExpand all lines: messenger/message-recorder.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Record Events Produced by a Handler
66

77
In an example application there is a command (a CQRS message) named ``CreateUser``.
88
That command is handled by the ``CreateUserHandler`` which creates
9-
a ``User`` object, stores that object to a database and dispatches an ``UserCreatedEvent``.
9+
a ``User`` object, stores that object to a database and dispatches a ``UserCreatedEvent``.
1010
That event is also a normal message but is handled by an *event* bus.
1111

1212
There are many subscribers to the ``UserCreatedEvent``, one subscriber may send

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.