A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
a11::service::ReceivedSessionMessage Struct Reference

An inbound wire message paired with the id of the stream it arrived on. More...

#include <cpp/a11/service/session.h>

Public Attributes

data::WireMessage message
 Received application message.
 
std::string stream_id
 Id of the transport that delivered it.
 

Detailed Description

An inbound wire message paired with the id of the stream it arrived on.

Member Data Documentation

◆ message

data::WireMessage a11::service::ReceivedSessionMessage::message

Received application message.

◆ stream_id

std::string a11::service::ReceivedSessionMessage::stream_id

Id of the transport that delivered it.


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