mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-14 05:24:21 +00:00
612 B
612 B
title, sidebar
| title | sidebar | ||
|---|---|---|---|
| Routes |
|
Routes take the messages coming from a module and push them through a list of processors. Having no processors is valid but serves no real purpose and is basically a no-op.
YAML Definition
- input: the id of the module that will provide messages to this route
- processors: (optional) array of processors that will be called in order and the result of the previous will be fed to the next processor.
- an error in a processor step will result in the individual route being terminated