20#ifndef ORES_DQ_API_EVENTING_CHANGE_REASON_CATEGORY_CHANGED_EVENT_HPP
21#define ORES_DQ_API_EVENTING_CHANGE_REASON_CATEGORY_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
28namespace ores::dq::eventing {
69 static constexpr std::string_view name =
70 "ores.dq.change_reason_category_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 change reason category data has changed.
Definition change_reason_category_changed_event.hpp:37
std::vector< std::string > category_codes
Codes of categories that changed.
Definition change_reason_category_changed_event.hpp:52
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition change_reason_category_changed_event.hpp:44
std::string tenant_id
The tenant that owns the changed entity.
Definition change_reason_category_changed_event.hpp:57
Traits template for mapping event types to their logical names.
Definition event_traits.hpp:44