![]() |
Diffusion C API 6.12.0
|
Structure containing the information received and passed to a handler registered on a message path, including the message content. More...
#include <messaging.h>
Data Fields | |
| char * | topic_path |
| Path from which this message was received. | |
| CONTENT_T * | content |
| Content of message. | |
| SESSION_ID_T | session_id |
| Session ID of sending client. | |
| SEND_OPTIONS_T | send_options |
| Additional options relating to message delivery. | |
| HASH_T * | session_properties |
| Properties associated with the message handler. | |
| CONVERSATION_ID_T | conversation_id |
| Conversation ID of sender, if response required. | |
Structure containing the information received and passed to a handler registered on a message path, including the message content.