|
ORE Studio 0.0.4
|
Domain event indicating that role data has changed. More...
#include <role_changed_event.hpp>

Public Attributes | |
| std::chrono::system_clock::time_point | timestamp |
| The timestamp of when the change occurred (in UTC). | |
| std::vector< std::string > | role_ids |
| IDs of roles that changed. | |
Domain event indicating that role data has changed.
This event is published when any role entity is created, updated, or deleted in the database. Subscribers can use the timestamp to query for changes since that point.
| std::chrono::system_clock::time_point timestamp |
The timestamp of when the change occurred (in UTC).
Clients can use this timestamp to query the database for entities that have changed since this point.
| std::vector<std::string> role_ids |
IDs of roles that changed.
Contains the UUIDs (as strings) of roles that were created, updated, or deleted. May contain multiple IDs for batch operations.