ReloadConfig

data class ReloadConfig(val watchEnabled: Boolean = false, val debounceMs: Long = 500, val replaceOnArtifactChange: Boolean = true, val reloadOnConfigChange: Boolean = true)(source)

Constructors

Link copied to clipboard
constructor(watchEnabled: Boolean = false, debounceMs: Long = 500, replaceOnArtifactChange: Boolean = true, reloadOnConfigChange: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard