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

Structure describing a request to create a topic view. More...

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. Can be NULL.
 
void * context
 User-supplied context returned to callbacks.
 

Detailed Description

Structure describing a request to create a topic view.

If the name is empty, the operation will fail.


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