Package | Description |
---|---|
io.vertx.config | |
io.vertx.reactivex.config | |
io.vertx.rxjava.config |
Modifier and Type | Method and Description |
---|---|
ConfigRetrieverOptions |
ConfigRetrieverOptions.addStore(ConfigStoreOptions options)
Adds a store to the list of stores.
|
ConfigRetrieverOptions |
ConfigRetrieverOptions.setIncludeDefaultStores(boolean includeDefaultStores)
Enables or disables the inclusion of the default stored in the configuration.
|
ConfigRetrieverOptions |
ConfigRetrieverOptions.setScanPeriod(long scanPeriod)
Configures the scan period, in ms.
|
ConfigRetrieverOptions |
ConfigRetrieverOptions.setStores(List<ConfigStoreOptions> stores)
Sets the configuration stores.
|
Modifier and Type | Method and Description |
---|---|
static ConfigRetriever |
ConfigRetriever.create(Vertx vertx,
ConfigRetrieverOptions options)
Creates an instance of the default implementation of the
ConfigRetriever . |
static void |
ConfigRetrieverOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ConfigRetrieverOptions obj) |
static void |
ConfigRetrieverOptionsConverter.toJson(ConfigRetrieverOptions obj,
JsonObject json) |
static void |
ConfigRetrieverOptionsConverter.toJson(ConfigRetrieverOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
ConfigRetrieverOptions(ConfigRetrieverOptions other) |
Modifier and Type | Method and Description |
---|---|
static ConfigRetriever |
ConfigRetriever.create(Vertx vertx,
ConfigRetrieverOptions options)
Creates an instance of the default implementation of the
ConfigRetriever . |
Modifier and Type | Method and Description |
---|---|
static ConfigRetriever |
ConfigRetriever.create(Vertx vertx,
ConfigRetrieverOptions options)
Creates an instance of the default implementation of the
ConfigRetriever . |
Copyright © 2021 Eclipse. All rights reserved.