MessageInfo¶
-
struct MessageInfo¶
Trace information relating to the current message.
Public Members
-
roq::UUID source_session_id = {}¶
Session identifier (UUID)
-
uint64_t source_seqno = {}¶
Sequence number (strictly increasing)
-
std::chrono::nanoseconds receive_time_utc = {}¶
Client receive time (realtime clock)
-
std::chrono::nanoseconds receive_time = {}¶
Client receive time (monotonic clock)
-
std::chrono::nanoseconds origin_create_time = {}¶
Origin create time (monotonic clock)
-
std::chrono::nanoseconds origin_create_time_utc = {}¶
Origin create time (realtime clock)
-
bool is_last = false¶
Is last in batch?
-
uint64_t opaque = {}¶
Opaque value (internal)
-
roq::UUID source_session_id = {}¶