![]() |
Diffusion C API 6.11.5
|
Structure describing a request to create a topic view. More...
#include <topic-views.h>
Data Fields | |
const char * | view |
The name of the view to be created. | |
const char * | specification |
The specification of the view using the DSL. | |
on_topic_view_created_cb | on_topic_view_created |
Callback when the topic view is created. | |
ERROR_HANDLER_T | on_error |
Callback to handle errors. Can be NULL. | |
DISCARD_HANDLER_T | on_discard |
Callback to handle discards. Can be NULL. | |
void * | context |
User-supplied context returned to callbacks. | |
Structure describing a request to create a topic view.
If the name is empty, the operation will fail.