Skip to content

Commit

Permalink
a user
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored and weaverryan committed May 24, 2019
1 parent fff8659 commit ca22c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messenger/message-recorder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Record Events Produced by a Handler

In an example application there is a command (a CQRS message) named ``CreateUser``.
That command is handled by the ``CreateUserHandler`` which creates
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``.
That event is also a normal message but is handled by an *event* bus.

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

0 comments on commit ca22c3c

Please sign in to comment.