Vytenis Bivainis
Vytenis Bivainis

Reputation: 2366

How did domain events become part of DDD?

Domain events are not described in the famous blue DDD book. When and how did they become part of the domain-driven design?

Upvotes: 1

Views: 98

Answers (2)

Constantin Galbenu
Constantin Galbenu

Reputation: 17693

Domain events express facts that happen in the domain and thus are first class citizens of the domain so there are very very important from the DDD point of view.

Even more, when interfacing with another bounded context, they could represent the contract between the two bounded contexts.

P.S. they are covered by the "red DDD book" in chapter 8.

Upvotes: 2

VoiceOfUnreason
VoiceOfUnreason

Reputation: 57377

Eric Evans: What I've learned about DDD since the book

Upvotes: 3

Related Questions