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.
newConfiguration - Sets the new configuration.
newConfiguration
previousConfiguration - Sets the previous configuration.
previousConfiguration