Leosac  0.8.0
Open Source Access Control
Leosac::Module::WebSockAPI::ModuleIncomingMessage Struct Reference

This is an appropriate representation of a incoming WS message as seen by a module. More...

#include <Messages.hpp>

+ Collaboration diagram for Leosac::Module::WebSockAPI::ModuleIncomingMessage:

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...
 

Detailed Description

This is an appropriate representation of a incoming WS message as seen by a module.

Definition at line 65 of file Messages.hpp.

Constructor & Destructor Documentation

◆ ModuleIncomingMessage()

Leosac::Module::WebSockAPI::ModuleIncomingMessage::ModuleIncomingMessage ( )
inline

Definition at line 67 of file Messages.hpp.

Member Data Documentation

◆ audit_id

Audit::AuditEntryId Leosac::Module::WebSockAPI::ModuleIncomingMessage::audit_id

The AuditEntry id that traces the request.

Definition at line 74 of file Messages.hpp.

◆ connection_identifier

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.

◆ content

std::string Leosac::Module::WebSockAPI::ModuleIncomingMessage::content

The content of message.

Definition at line 84 of file Messages.hpp.


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