| 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 |
|---|---|
static ConfigRetriever |
ConfigRetriever.create(Vertx vertx)
Creates an instance of the default implementation of the
ConfigRetriever, using the default
settings (json file, system properties and environment variables). |
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 Future<JsonObject> |
ConfigRetriever.getConfigAsFuture(ConfigRetriever retriever)
Same as
getConfig(Handler), but returning a Future object. |
Copyright © 2017. All rights reserved.