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.
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.