20#ifndef ORES_EVENTING_DOMAIN_ENTITY_CHANGE_EVENT_HPP
21#define ORES_EVENTING_DOMAIN_ENTITY_CHANGE_EVENT_HPP
26namespace ores::eventing::domain {
Represents a low-level notification about a change to an entity at the repository level.
Definition entity_change_event.hpp:32
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition entity_change_event.hpp:42
std::string entity
The fully qualified name of the entity that changed (e.g., "ores.risk.currency").
Definition entity_change_event.hpp:37