SudoSOS Back-end API / service/websocket/event-registry
service/websocket/event-registry ​
Classes ​
| Class | Description |
|---|---|
| EventRegistry | Registry for event types and their handlers. |
Interfaces ​
| Interface | Description |
|---|---|
| EventHandler | Event handler configuration for a specific event type. |
| ResolvedRoom | Resolved room information from event data. |
Type Aliases ​
| Type Alias | Description |
|---|---|
| RoomResolver | Resolver function that extracts all potential room information from event data. Returns an array of all rooms that this event could potentially be emitted to. The guard will then filter which rooms actually receive the event. |