ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
entity_change_event Struct Referencefinal

Represents a low-level notification about a change to an entity at the repository level. More...

#include <entity_change_event.hpp>

Collaboration diagram for entity_change_event:
Collaboration graph

Public Attributes

std::string entity
 The fully qualified name of the entity that changed (e.g., "ores.refdata.currency").
 
std::chrono::system_clock::time_point timestamp
 The timestamp of when the change occurred (in UTC).
 
std::vector< std::string > entity_ids
 Identifiers of the specific entities that changed.
 

Detailed Description

Represents a low-level notification about a change to an entity at the repository level.

Member Data Documentation

◆ entity_ids

std::vector<std::string> entity_ids

Identifiers of the specific entities that changed.

For currencies, this contains ISO codes. For accounts, UUIDs. May be empty if the trigger doesn't provide specific IDs.