Leosac
0.8.0
Open Source Access Control
|
This is an appropriate representation of a incoming WS message as seen by a module. More...
#include <Messages.hpp>
Public Member Functions | |
ModuleIncomingMessage () | |
Public Attributes | |
Audit::AuditEntryId | audit_id |
The AuditEntry id that traces the request. More... | |
std::string | connection_identifier |
An identifier that let the WebsSock find the actual connection. More... | |
std::string | content |
The content of message. More... | |
This is an appropriate representation of a incoming WS message as seen by a module.
Definition at line 65 of file Messages.hpp.
|
inline |
Definition at line 67 of file Messages.hpp.
Audit::AuditEntryId Leosac::Module::WebSockAPI::ModuleIncomingMessage::audit_id |
The AuditEntry id that traces the request.
Definition at line 74 of file Messages.hpp.
std::string Leosac::Module::WebSockAPI::ModuleIncomingMessage::connection_identifier |
An identifier that let the WebsSock find the actual connection.
Definition at line 79 of file Messages.hpp.
std::string Leosac::Module::WebSockAPI::ModuleIncomingMessage::content |
The content of message.
Definition at line 84 of file Messages.hpp.