vertx / io.vertx.config.spi.utils / FileSet / buildConfiguration

buildConfiguration

open fun buildConfiguration(files: MutableList<File>, handler: Handler<AsyncResult<JsonObject>>): Unit

Iterates over the given set of files, and for each matching file, computes the resulting configuration. The given handler is called with the merged configuration (containing the configuration obtained by merging the configuration from all matching files).

Parameters

files - the list of files

handler - the handler called with the computed configuration