package configuration
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
ConfigEntry[T](key: String, defaultValue: T, doc: String, validationFunction: Option[((T) ⇒ Boolean, String)] = None) extends Product with Serializable
Represents a config entry
Represents a config entry
- key
the config key
- defaultValue
the default value
- doc
documentation for the config value
- validationFunction
(optional) validation function along with error message to validate the value set if the value is invalid fallback to the default value
- abstract class Configuration extends AnyRef
Value Members
- object ConfigurationUtils extends Logging
-
object
XskipperConf extends Configuration with Logging
JVM wide xskipper + metadatastore specific parameters such as user, password, host.