Statements
EventContext
ImportEvent
EventContext Statement
EventContext
ImportEvent
The EventContext statement introduces the domain's list of imported and exported events. These are events that cross the domain's boundary.
ImportEvent Statement
EventContext
ImportEvent
Customer : New_customer
Account : Make_deposit
The ImportEvent statement lists those events that the domain will accept and process. These events can either originate from other domains or from beyond the model's boundary.
Imported events may additionally be generated by the domain itself. It is of no interest to the domain where these events are generated.
|