vertx / io.vertx.kotlin.config / ConfigRetrieverOptions

ConfigRetrieverOptions

fun ConfigRetrieverOptions(includeDefaultStores: Boolean? = null, scanPeriod: Long? = null, stores: Iterable<ConfigStoreOptions>? = null): ConfigRetrieverOptions

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

Options to configure the ConfigRetriever.

Parameters

includeDefaultStores - Enables or disables the inclusion of the default stored in the configuration.

scanPeriod - Configures the scan period, in ms. This is the time amount between two checks of the configuration updates.

stores - Sets the configuration stores.