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
Section titled “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