(Quick Reference)

Configuration

Fields

FieldRequiredDefault ValueValue TypeDescription
idYes-StringThe unique identifier for the plugin. Must start with a letter and contain no special characters.
typeYes-String or ClassThe plugin name as in Native or Example for the plugin called ExamplePlugin.
configNoEmpty MapMap<String, String>Custom configuration for the instance. This is used by the plugin class.
pollEnabledNotrueBooleanIf false, no polling may be enabled on the Plugin. The reverse is also true.
autoStartNotrueBooleanIf true, polling is started automatically as soon as the plugin is in the Ready state. If false, polling on the plugin is not started automatically but may be started manually.
pollIntervalNo30IntegerThe polling interval in seconds.