20#ifndef ORES_EVENTING_DOMAIN_ENTITY_CHANGE_EVENT_HPP
21#define ORES_EVENTING_DOMAIN_ENTITY_CHANGE_EVENT_HPP
Domain types for the eventing infrastructure.
Definition assets_changed_event.hpp:57
Represents a low-level notification about a change to an entity at the repository level.
Definition entity_change_event.hpp:33
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition entity_change_event.hpp:43
std::vector< std::string > entity_ids
Identifiers of the specific entities that changed.
Definition entity_change_event.hpp:51
std::string entity
The fully qualified name of the entity that changed (e.g., "ores.refdata.currency").
Definition entity_change_event.hpp:38