Skip to content

Modules

Modules are anything that can produce input and/or handle output. They are configured in the modules property of the router config file.

A module YAML block has the following properties

  • id: user assigned unique identifier that will be used to reference a module instance in a route
  • type: the module type
  • params: optional map for module configuration values. The valid values will depend on the module type