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