|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
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. | |
An inbound wire message paired with the id of the stream it arrived on.
| data::WireMessage a11::service::ReceivedSessionMessage::message |
Received application message.
| std::string a11::service::ReceivedSessionMessage::stream_id |
Id of the transport that delivered it.