20#ifndef ORES_VARIABILITY_EVENTING_FEATURE_FLAGS_CHANGED_EVENT_HPP
21#define ORES_VARIABILITY_EVENTING_FEATURE_FLAGS_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
65 static constexpr std::string_view name =
"ores.variability.feature_flags_changed";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition image.hpp:27
Domain types for the eventing infrastructure.
Definition assets_changed_event.hpp:57
Event types for the variability module.
Definition feature_flags_changed_event.hpp:28
Traits template for mapping event types to their logical names.
Definition event_traits.hpp:44
Domain event indicating that feature flag data has changed.
Definition feature_flags_changed_event.hpp:38
std::vector< std::string > flag_names
Names of feature flags that changed.
Definition feature_flags_changed_event.hpp:53
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition feature_flags_changed_event.hpp:45