Engine
Covers Engine 2.0.0
Events telemetry
ARGUS event mutations, snapshots, and the legacy console projection.
| Topic | Direction | Description |
|---|---|---|
argus/events/created | Server → clients | Publishes the complete ARGUS record after an event is created or its correlated record is updated. |
argus/events/deleted | Server → clients | Publishes an ARGUS deletion mutation after an event status changes to deleted. |
argus/events/snapshot | Server → clients | Replaces incremental ARGUS event updates with a bounded active-event snapshot after a large mutation batch. |
argus/events/updated | Server → clients | Publishes the complete ARGUS record after an event is created or its correlated record is updated. |
dartwic/get-console-data | Server → clients | Publishes the legacy console view derived from active ARGUS events. |