EII Message Bus C Reference
|
#include <msg_envelope.h>
Public Attributes | |
msg_envelope_data_type_t | type |
union { | |
int64_t integer | |
double floating | |
char * string | |
bool boolean | |
msg_envelope_blob_t * blob | |
hashmap_t * object | |
linkedlist_t * array | |
} | body |
Message envelope element body type.