Skip to content

Commit 6fd6d02

Browse files
author
troutman_margaret@yahoo.com
committed
Edited chapter_08_events_and_message_bus.asciidoc with Atlas code editor
1 parent 468ac4c commit 6fd6d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapter_08_events_and_message_bus.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ and Python-only.
392392
Our domain model raises events, and our message bus will call the right
393393
handlers whenever an event happens.((("domain model", "events from, passing to message bus in service layer")))((("message bus", "service layer with explicit message bus")))((("events and the message bus", "service layer with explicit message bus")))((("service layer", "taking events from model and putting them on message bus"))) Now all we need is to connect the two. We
394394
need something to catch events from the model and pass them to the message
395-
bus--the _publishing_ step.((("publish-subscribe systems", "message bus as", "publishing step")))
395+
bus--the _publishing_ step.((("publish-subscribe system", "message bus as", "publishing step")))
396396

397397
The simplest way to do this is by adding some code into our service layer:
398398

0 commit comments

Comments
 (0)