Uses of Class
io.vertx.config.ConfigStoreOptions
Packages that use ConfigStoreOptions
-
Uses of ConfigStoreOptions in io.vertx.config
Methods in io.vertx.config that return ConfigStoreOptionsModifier and TypeMethodDescriptionConfigStoreOptions.setConfig(JsonObject config) Sets the configuration of the storeSets the format of the configuration that is retrieved from the store.ConfigStoreOptions.setOptional(boolean optional) Sets whether or not the store is optional.Sets the configuration typeMethods in io.vertx.config that return types with arguments of type ConfigStoreOptionsMethods in io.vertx.config with parameters of type ConfigStoreOptionsModifier and TypeMethodDescriptionConfigRetrieverOptions.addStore(ConfigStoreOptions options) Adds a store to the list of stores.Method parameters in io.vertx.config with type arguments of type ConfigStoreOptionsModifier and TypeMethodDescriptionConfigRetrieverOptions.setStores(List<ConfigStoreOptions> stores) Sets the configuration stores.Constructors in io.vertx.config with parameters of type ConfigStoreOptions