Group Session Projector
Group Session Projector
Projector for group sessions.
flowchart LR
l-GroupSessionCanceled[GroupSessionCanceled]:::producer-->Group_Session_Projector[Group Session Projector]:::event
l-GroupSessionCompleted[GroupSessionCompleted]:::producer-->Group_Session_Projector[Group Session Projector]:::event
l-GroupSessionCreated[GroupSessionCreated]:::producer-->Group_Session_Projector[Group Session Projector]:::event
l-GroupSessionExpired[GroupSessionExpired]:::producer-->Group_Session_Projector[Group Session Projector]:::event
l-PlayerCommended[PlayerCommended]:::producer-->Group_Session_Projector[Group Session Projector]:::event
l-PlayerJoinedSession[PlayerJoinedSession]:::producer-->Group_Session_Projector[Group Session Projector]:::event
l-PlayerLeftSession[PlayerLeftSession]:::producer-->Group_Session_Projector[Group Session Projector]:::event
classDef event stroke:#f14984,stroke-width: 4px;
classDef producer stroke:#75d7b6,stroke-width: 2px;
classDef consumer stroke:#818cf8,stroke-width: 2px;
click l-GroupSessionCanceled href "/events/GroupSessionCanceled" "Go to GroupSessionCanceled" _self
click l-GroupSessionCompleted href "/events/GroupSessionCompleted" "Go to GroupSessionCompleted" _self
click l-GroupSessionCreated href "/events/GroupSessionCreated" "Go to GroupSessionCreated" _self
click l-GroupSessionExpired href "/events/GroupSessionExpired" "Go to GroupSessionExpired" _self
click l-PlayerCommended href "/events/PlayerCommended" "Go to PlayerCommended" _self
click l-PlayerJoinedSession href "/events/PlayerJoinedSession" "Go to PlayerJoinedSession" _self
click l-PlayerLeftSession href "/events/PlayerLeftSession" "Go to PlayerLeftSession" _self
click Group_Session_Projector href "/services/Group Session Projector" "Go to Group Session Projector" _self
Edit this pageLast updated on 2023/9/25