Package | Description |
---|---|
io.vertx.config |
= Vert.x Config
Vert.x Config provides a way to configure your Vert.x application.
|
Modifier and Type | Method and Description |
---|---|
ConfigStoreOptions |
ConfigStoreOptions.setConfig(io.vertx.core.json.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.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) |
Modifier and Type | Method and Description |
---|---|
ConfigRetrieverOptions |
ConfigRetrieverOptions.setStores(List<ConfigStoreOptions> stores) |
Constructor and Description |
---|
ConfigStoreOptions(ConfigStoreOptions other) |
Copyright © 2017. All rights reserved.