|
Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
|
#include <include/arachne/coordinator.hpp>
Public Attributes | |
| std::int64_t | sequence = 0 |
| std::string | envelope_id |
| cocoon_status | from = cocoon_status::received |
| cocoon_status | to = cocoon_status::received |
| std::string | actor_ref |
| std::string | reason |
| std::string | occurred_at |
Definition at line 54 of file coordinator.hpp.
| std::string arachne::coordination::state_event::actor_ref |
Definition at line 59 of file coordinator.hpp.
| std::string arachne::coordination::state_event::envelope_id |
Definition at line 56 of file coordinator.hpp.
| cocoon_status arachne::coordination::state_event::from = cocoon_status::received |
Definition at line 57 of file coordinator.hpp.
| std::string arachne::coordination::state_event::occurred_at |
Definition at line 61 of file coordinator.hpp.
| std::string arachne::coordination::state_event::reason |
Definition at line 60 of file coordinator.hpp.
| std::int64_t arachne::coordination::state_event::sequence = 0 |
Definition at line 55 of file coordinator.hpp.
| cocoon_status arachne::coordination::state_event::to = cocoon_status::received |
Definition at line 58 of file coordinator.hpp.