Registry / config / vertx-config

vertx-config

JSON →
library5.0.11javamavenunverified

Configuration management library for Vert.x applications, supporting multiple formats and sources.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-config</artifactId> <version>5.0.11</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-CONFIG
V
vertx-config
configjavav5.0.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigRetriever
io.vertx.config.ConfigRetriever

Use ConfigRetriever to load configuration from various sources.

import io.vertx.config.ConfigRetriever; import io.vertx.core.Vertx; public class ConfigExample { public void loadConfig(Vertx vertx) { ConfigRetriever retriever = ConfigRetriever.create(vertx); retriever.getConfig(ar -> { if (ar.succeeded()) { // Use configuration } }); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
Resources
vertx-config — mvn dependency:get vertx-config · libregistry