Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::async::stream_processor::stream_event Struct Reference

#include <async_operations.h>

Collaboration diagram for database::async::stream_processor::stream_event:
Collaboration graph

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
 

Detailed Description

Definition at line 573 of file async_operations.h.

Member Data Documentation

◆ channel

◆ metadata

std::unordered_map<std::string, std::string> database::async::stream_processor::stream_event::metadata

◆ payload

std::string database::async::stream_processor::stream_event::payload

◆ timestamp

std::chrono::system_clock::time_point database::async::stream_processor::stream_event::timestamp

◆ type

stream_type database::async::stream_processor::stream_event::type

The documentation for this struct was generated from the following file: