|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
#include <async_operations.h>

Public Attributes | |
| stream_type | type |
| std::string | channel |
| std::string | payload |
| std::chrono::system_clock::time_point | timestamp |
| std::unordered_map< std::string, std::string > | metadata |
Definition at line 573 of file async_operations.h.
| std::string database::async::stream_processor::stream_event::channel |
Definition at line 575 of file async_operations.h.
Referenced by database::async::stream_processor::process_event(), and database::async::stream_processor::stream_thread().
| std::unordered_map<std::string, std::string> database::async::stream_processor::stream_event::metadata |
Definition at line 578 of file async_operations.h.
| std::string database::async::stream_processor::stream_event::payload |
Definition at line 576 of file async_operations.h.
Referenced by database::async::stream_processor::stream_thread().
| std::chrono::system_clock::time_point database::async::stream_processor::stream_event::timestamp |
Definition at line 577 of file async_operations.h.
Referenced by database::async::stream_processor::stream_thread().
| stream_type database::async::stream_processor::stream_event::type |
Definition at line 574 of file async_operations.h.
Referenced by database::async::stream_processor::stream_thread().