ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
system_setting_changed_event Struct Referencefinal

Domain event indicating that system setting data has changed. More...

#include <system_setting_changed_event.hpp>

Collaboration diagram for system_setting_changed_event:
Collaboration graph

Public Attributes

std::chrono::system_clock::time_point timestamp
 Timestamp of when the change occurred (UTC).
 
std::vector< std::string > setting_names
 Names of settings that changed.
 
std::string tenant_id
 The tenant that owns the changed settings.
 

Detailed Description

Domain event indicating that system setting data has changed.

Published when any system setting is created, updated, or deleted. Subscribers (e.g. IAM service, wt service) use this event to invalidate their cached settings and reload from the database.