Uses of Class
io.vertx.config.ConfigStoreOptions
-
Packages that use ConfigStoreOptions Package Description io.vertx.config -
-
Uses of ConfigStoreOptions in io.vertx.config
Methods in io.vertx.config that return ConfigStoreOptions Modifier and Type Method Description ConfigStoreOptions
ConfigStoreOptions. setConfig(JsonObject config)
Sets the configuration of the storeConfigStoreOptions
ConfigStoreOptions. setFormat(String format)
Sets the format of the configuration that is retrieved from the store.ConfigStoreOptions
ConfigStoreOptions. setOptional(boolean optional)
Sets whether or not the store is optional.ConfigStoreOptions
ConfigStoreOptions. setType(String type)
Sets the configuration typeMethods in io.vertx.config that return types with arguments of type ConfigStoreOptions Modifier and Type Method Description List<ConfigStoreOptions>
ConfigRetrieverOptions. getStores()
Methods in io.vertx.config with parameters of type ConfigStoreOptions Modifier and Type Method Description ConfigRetrieverOptions
ConfigRetrieverOptions. addStore(ConfigStoreOptions options)
Adds a store to the list of stores.Method parameters in io.vertx.config with type arguments of type ConfigStoreOptions Modifier and Type Method Description ConfigRetrieverOptions
ConfigRetrieverOptions. setStores(List<ConfigStoreOptions> stores)
Sets the configuration stores.Constructors in io.vertx.config with parameters of type ConfigStoreOptions Constructor Description ConfigStoreOptions(ConfigStoreOptions other)
-