ConnectorReactionTemplate
Type: Object
A ReactionTemplate will be turned into a Reaction upon installation. Reactions allow a Connector to listen out for data-change events, allowing a Connector to have event driven architectures in response to changing data patterns.
Any required configuration options should be defined in the Connector's configuration.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| functionTemplate | String! | The Lua script to run whenever one of the subscribed events happens. | ||
| name | String! | A name to refer to the Reaction by, aids in human comprehension | ||
| subscription | ResourceNotation! | The data change event to attach the Reaction to |