20#ifndef ORES_COMPUTE_EVENTING_APP_VERSION_CHANGED_EVENT_HPP
21#define ORES_COMPUTE_EVENTING_APP_VERSION_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
28namespace ores::compute::eventing {
37 std::chrono::system_clock::time_point timestamp;
38 std::vector<std::string> ids;
39 std::string tenant_id;
48 static constexpr std::string_view name =
"ores.compute.app_version_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 compute app version data has changed.
Definition app_version_changed_event.hpp:36