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

Domain event indicating that counterparty data has changed. More...

#include <counterparty_changed_event.hpp>

Collaboration diagram for counterparty_changed_event:
Collaboration graph

Public Attributes

std::chrono::system_clock::time_point timestamp
 
std::vector< std::string > ids
 
std::string tenant_id
 

Detailed Description

Domain event indicating that counterparty data has changed.

This event is published when any counterparty entity is created, updated, or deleted in the database. Subscribers can use the timestamp to query for changes since that point.