Diffusion C API
6.8.3
|
Structure supplied when issuing a diffusion_metrics_remove_topic_metric_collector
call.
More...
Data Fields | |
char * | collector_name |
The name of the topic metric collector that will be removed from the server. | |
topic_metric_collector_remove_cb | on_collector_removed |
Callback fired when the topic metric collector is removed. | |
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. Can be NULL. | |
Structure supplied when issuing a diffusion_metrics_remove_topic_metric_collector
call.