Completed
Aggregate manager
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Actors Can Rule Your DDD World
Automatically move to the next video in the Classroom when playback concludes
- 1 Agenda
- 2 Lockdown boredom
- 3 Reality
- 4 Sending beer is tricky
- 5 DDD in a nutshell
- 6 Commands & Events
- 7 CORS
- 8 What I want
- 9 The simplest actor
- 10 The Actor System
- 11 Actor hierarchy
- 12 Creating Children
- 13 Supervision
- 14 Aggregates
- 15 Implementation (State)
- 16 Implementation (Commands)
- 17 Implementation (Events)
- 18 Test base class (1)
- 19 Clean Test
- 20 Aggregate Actor
- 21 Implementations
- 22 Aggregate manager
- 23 Command Router
- 24 Projectors
- 25 Fold the event stream
- 26 Inbox overflow
- 27 Things we didn't talk about