internal.matching.iterationadded¶
Event Name: internal.matching.iterationadded
Description¶
This event is published when an iteration is added to a match.
Schema¶
| Property | Type | Description |
|---|---|---|
iterationId |
int |
The ID of the iteration. |
entityId |
string |
The Aggregate Id. |
eventId |
Guid |
The ID of the event. |
timeOfEvent |
long |
The unix timestamp of when the event occurred. |
actor |
Actor |
The actor who triggered the event. |