![]() |
Diffusion C API 6.11.5
|
Function to evaluate a selector against a topic path. More...
Functions | |
DEPRECATED (int selector_match(const char *selector, const char *topic_name)) | |
Evaluate a selector against a topic path. | |
Function to evaluate a selector against a topic path.
DEPRECATED | ( | int | selector_matchconst char *selector, const char *topic_name | ) |
Evaluate a selector against a topic path.
selector | selector expression to be evaluated against. |
topic_name | topic path to be evaluated. |
diffusion_topic_selector_create
to create a topic selector and diffusion_topic_selector_selects
to emulate this behaviour.