NullableConfigUpdate

class NullableConfigUpdate<T>(val value: T?)

Defines a property in ConfigUpdate that reflects a nullable configuration type.

Not providing a value at all will ignore the update, providing instance of NullableConfigUpdate with NullableConfigUpdate.value equal to null will reset the property to default.

Constructors

Link copied to clipboard
constructor(value: T?)

Properties

Link copied to clipboard
val value: T?