20#ifndef ORES_COMPUTE_EVENTING_WORKUNIT_CHANGED_EVENT_HPP
21#define ORES_COMPUTE_EVENTING_WORKUNIT_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
28namespace ores::compute::eventing {
38 std::chrono::system_clock::time_point timestamp;
39 std::vector<std::string> ids;
40 std::string tenant_id;
49 static constexpr std::string_view name =
"ores.compute.workunit_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 workunit data has changed.
Definition workunit_changed_event.hpp:37