Incubating message that carries multiple data "objects" (e.g. FlatBuffers, strings, raw bytes). Interpretation is up to the application. Does not involve any persistence or delivery guarantees at the moment.
More...
#include <objectbox-sync.h>
Incubating message that carries multiple data "objects" (e.g. FlatBuffers, strings, raw bytes). Interpretation is up to the application. Does not involve any persistence or delivery guarantees at the moment.
◆ count
size_t OBX_sync_msg_objects::count |
◆ objects
◆ topic
const void* OBX_sync_msg_objects::topic |
◆ topic_size
size_t OBX_sync_msg_objects::topic_size |
topic is usually a string, but could also be binary (up to the application)