Search IconIcon to open search

Projection

Projection 就是用來處理 event 的程式邏輯, 基本上就是一推 Event Handlers!

例, 我們有以下 event:

Current User Projection 的內容大概是:

projection

而產出會是 Aggregate

projection-aggregate


Interactive Graph