User Aggregate

User Aggregate

Aggregate for application users.

flowchart LR l-UserCreated[UserCreated]:::producer-->User_Aggregate[User Aggregate]:::event l-UserIdentityLinked[UserIdentityLinked]:::producer-->User_Aggregate[User Aggregate]:::event classDef event stroke:#aaf77e,stroke-width: 4px; classDef producer stroke:#75d7b6,stroke-width: 2px; classDef consumer stroke:#818cf8,stroke-width: 2px; User_Aggregate[User Aggregate]:::event-->r-UserCreated[UserCreated]:::consumer User_Aggregate[User Aggregate]:::event-->r-UserIdentityLinked[UserIdentityLinked]:::consumer click l-UserCreated href "/events/UserCreated" "Go to UserCreated" _self click l-UserIdentityLinked href "/events/UserIdentityLinked" "Go to UserIdentityLinked" _self click r-UserCreated href "/events/UserCreated" "Go to UserCreated" _self click r-UserIdentityLinked href "/events/UserIdentityLinked" "Go to UserIdentityLinked" _self click User_Aggregate href "/services/User Aggregate" "Go to User Aggregate" _self
Edit this pageLast updated on 2023/9/25