flow.route
advanced message router
available since version: 0.6
if no match occured - output original message to last outlet if route starts with '*' - output with message selector
arguments:
- MATCHES
list of route matches
type: list
inlets:
- match to first list element, output to corresponding outlet. If route starts with * output list 'as is', otherwise output without first element
type: control
outlets:
- first pattern match output
type: control
- … pattern match output
type: control
- n-th pattern match output
type: control
- unmatched output
type: control
keywords:
route
Authors: Serge Poltavsky
License: GPL3 or later