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(io.vertx.core.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(io.vertx.core.Vertx vertx,
ConfigRetrieverOptions options)
Creates an instance of the default implementation of the
ConfigRetriever . |
Modifier and Type | Method and Description |
---|---|
static io.vertx.core.Future<io.vertx.core.json.JsonObject> |
ConfigRetriever.getConfigAsFuture(ConfigRetriever retriever)
Same as
getConfig(Handler) , but returning a Future object. |
Copyright © 2018 Eclipse. All rights reserved.