DispatcherSettingsBuilder
open class DispatcherSettingsBuilder<M : Mappings, T : DispatcherSettingsBuilder<M, T>>(moduleType: String, mappingsSupplier: () -> M) : RuleModuleSettingsBuilder<T>
A settings builder class to support building of settings relevant to Dispatcher implementations.
Inheritors
Functions
Link copied to clipboard
Returns the complete Module settings as configured by this ModuleSettingsBuilder.
Link copied to clipboard
Sets the resulting Module to be permanently enabled/disabled. Local/Remote settings sources will be overridden by this
Link copied to clipboard
Set the mappings for this module.