Package | Description |
---|---|
io.vertx.config |
Modifier and Type | Method and Description |
---|---|
ConfigStoreOptions |
ConfigStoreOptions.setConfig(JsonObject config)
Sets the configuration of the store
|
ConfigStoreOptions |
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 type
|
Modifier and Type | Method and Description |
---|---|
List<ConfigStoreOptions> |
ConfigRetrieverOptions.getStores() |
Modifier and Type | Method and Description |
---|---|
ConfigRetrieverOptions |
ConfigRetrieverOptions.addStore(ConfigStoreOptions options)
Adds a store to the list of stores.
|
Modifier and Type | Method and Description |
---|---|
ConfigRetrieverOptions |
ConfigRetrieverOptions.setStores(List<ConfigStoreOptions> stores)
Sets the configuration stores.
|
Constructor and Description |
---|
ConfigStoreOptions(ConfigStoreOptions other) |
Copyright © 2021 Eclipse. All rights reserved.