Package | Description |
---|---|
io.vertx.rxjava.config |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ConfigRetriever> |
ConfigRetriever.__TYPE_ARG |
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 . |
static ConfigRetriever |
ConfigRetriever.newInstance(ConfigRetriever arg) |
ConfigRetriever |
ConfigRetriever.setBeforeScanHandler(Handler<Void> handler)
Registers a handler called before every scan.
|
ConfigRetriever |
ConfigRetriever.setConfigurationProcessor(java.util.function.Function<JsonObject,JsonObject> processor)
Registers a handler that process the configuration before being injected into
getConfig(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>) or listen(io.vertx.core.Handler<io.vertx.config.ConfigChange>) . |
Copyright © 2021 Eclipse. All rights reserved.