Skip to content

Commit

Permalink
Reword for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Sep 13, 2018
1 parent 695dcde commit 7552609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/event-dispatcher-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Despite their similarities, the Message and Task pipelines have two distinct wor

As a general guideline, a Message Notifier is appropriate when:

* The Emitter does not care what responses are taken to an event.
* The Emitter does not care what actions listeners take in response to an event.
* The common case would be that only a single listener is registered, that is, when the Message Notifier is being used as a Command Bus.
* The Emitter anticipates listeners to be expensive and therefore likely to be deferred for later processing.

Expand Down

0 comments on commit 7552609

Please sign in to comment.