Diffusion C API  5.9.24
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
send_msg_params_s Struct Reference

Structure supplied to a send_msg() call. More...

Data Fields

SEND_MSG_HANDLERS const char * topic_path
 The name of the topic used as an endpoint when sending messages to Diffusion. More...
 
const BUF_T payload
 The message to be sent.
 
const LIST_Theaders
 Any headers to be sent.
 
const CLIENT_SEND_PRIORITY_T priority
 The priority of the message when sent to clients.
 
void * context
 User-supplied context returned to callbacks.
 

Detailed Description

Structure supplied to a send_msg() call.

Field Documentation

SEND_MSG_HANDLERS const char* send_msg_params_s::topic_path

The name of the topic used as an endpoint when sending messages to Diffusion.


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