GroupSessionCanceled
v1.0.0

A group session has been canceled by its creator

This event occurs when the session creator cancels it. Note that sessions canceled with other players still marked as being in the session can potentially be used to negatively impact a player's profile.

flowchart LR l-Group_Session_Aggregate[Group Session Aggregate]:::producer-->GroupSessionCanceled[GroupSessionCanceled]:::event classDef event stroke:#f0bc53,stroke-width: 4px; classDef producer stroke:#75d7b6,stroke-width: 2px; classDef consumer stroke:#818cf8,stroke-width: 2px; GroupSessionCanceled[GroupSessionCanceled]:::event-->r-Group_Session_Aggregate[Group Session Aggregate]:::consumer GroupSessionCanceled[GroupSessionCanceled]:::event-->r-Group_Session_Projector[Group Session Projector]:::consumer GroupSessionCanceled[GroupSessionCanceled]:::event-->r-Group_Session_Process_Manager[Group Session Process Manager]:::consumer click l-Group_Session_Aggregate href "/services/Group Session Aggregate" "Go to Group Session Aggregate" _self click r-Group_Session_Aggregate href "/services/Group Session Aggregate" "Go to Group Session Aggregate" _self click r-Group_Session_Projector href "/services/Group Session Projector" "Go to Group Session Projector" _self click r-Group_Session_Process_Manager href "/services/Group Session Process Manager" "Go to Group Session Process Manager" _self click GroupSessionCanceled href "/events/GroupSessionCanceled" "Go to GroupSessionCanceled" _self

Schema

sessionId
string
required

Globally unique ID for the group session

gameId
string
required

Globally unique identifier for the game

playerId
string
required

Canceling player's unique ID

reason
string
required

A description of the reason for cancellation

timestamp
string
required

RFC 3339 timestamp

Edit this pageLast updated on 2023/9/25