Files
showbridge-docs/src/content/docs/concepts/routes.md
T
2026-03-16 18:23:06 -05:00

612 B

title, sidebar
title sidebar
Routes
order
3

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