Module router

Module router 

Source

Functions§

router_add_matcher
Add a new matcher to the router.
router_execute
Execute the router with the context.
router_free
Deallocate the router object.
router_get_fields
Get the de-duplicated fields that are actually used in the router. This is useful when you want to know what fields are actually used in the router, so you can generate their values on-demand.
router_new
Create a new router object associated with the schema.
router_remove_matcher
Remove a matcher from the router.