vertx / io.vertx.kotlin.config / ConfigChange

ConfigChange

fun ConfigChange(newConfiguration: JsonObject? = null, previousConfiguration: JsonObject? = null): ConfigChange

A function providing a DSL for building io.vertx.config.ConfigChange objects.

A structure representing a configuration change.

Parameters

newConfiguration - Sets the new configuration.

previousConfiguration - Sets the previous configuration.