| Package | Description |
|---|---|
| io.vertx.config.impl | |
| io.vertx.config.impl.spi | |
| io.vertx.config.kubernetes | |
| io.vertx.config.spi | |
| io.vertx.config.vault |
| Modifier and Type | Method and Description |
|---|---|
ConfigStore |
ConfigurationProvider.getStore() |
| Constructor and Description |
|---|
ConfigurationProvider(ConfigStore store,
ConfigProcessor processor,
JsonObject config,
boolean optional) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryConfigStore
A configuration store loading a set of files from a directory.
|
class |
EnvVariablesConfigStore
An implementation of configuration store loading the content from the environment variables.
|
class |
EventBusConfigStore
An implementation of configuration store that receive the configuration from the event bus.
|
class |
FileConfigStore
A configuration store loading a file.
|
class |
HttpConfigStore
A configuration store retrieving the configuration from a HTTP location
|
class |
JsonConfigStore
An implementation of configuration store just retrieving the passed json object.
|
class |
SystemPropertiesConfigStore
An implementation of configuration store loading the content from the system properties.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigStore |
SystemPropertiesConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
ConfigStore |
JsonConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
ConfigStore |
HttpConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
ConfigStore |
FileConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
ConfigStore |
EventBusConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
ConfigStore |
EnvVariablesConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
ConfigStore |
DirectoryConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMapStore
An implementation of configuration store reading config map from Kubernetes.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigStore |
ConfigMapStoreFactory.create(Vertx vertx,
JsonObject configuration) |
| Modifier and Type | Method and Description |
|---|---|
ConfigStore |
ConfigStoreFactory.create(Vertx vertx,
JsonObject configuration)
Creates an instance of the
ConfigStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
VaultConfigStore
An implementation of
ConfigStore for Vault (https://www.vaultproject.io/). |
| Modifier and Type | Method and Description |
|---|---|
ConfigStore |
VaultConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
Copyright © 2021. All rights reserved.