RuleModuleSettingsBuilder

A settings builder that enables the assignment of Rule's to the Module's capabilities.

Inheritors

Constructors

Link copied to clipboard
constructor(moduleType: String)

Functions

Link copied to clipboard

Returns the complete Module settings as configured by this ModuleSettingsBuilder.

Link copied to clipboard
fun setEnabled(enabled: Boolean): T

Sets the resulting Module to be permanently enabled/disabled. Local/Remote settings sources will be overridden by this

Link copied to clipboard
fun setOrder(order: Int): T

Sets the order in which the Module needs to be initialized.

Link copied to clipboard
fun setRules(rules: Rule<String>): T

Sets the rules that this Module needs to match in order to process an event (e.g. collection or dispatching)