20#ifndef ORES_REPORTING_EVENTING_CONCURRENCY_POLICY_CHANGED_EVENT_HPP
21#define ORES_REPORTING_EVENTING_CONCURRENCY_POLICY_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
28namespace ores::reporting::eventing {
60 static constexpr std::string_view name =
"ores.reporting.concurrency_policy_changed";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition image.hpp:29
Domain types for the eventing infrastructure.
Definition assets_changed_event.hpp:62
Domain event indicating that concurrency policy data has changed.
Definition concurrency_policy_changed_event.hpp:37
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition concurrency_policy_changed_event.hpp:41
std::vector< std::string > codes
Codes of concurrency policies that changed.
Definition concurrency_policy_changed_event.hpp:46
std::string tenant_id
The tenant that owns the changed entity.
Definition concurrency_policy_changed_event.hpp:51