| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConsulConfigStore  | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigStore | 
ConsulConfigStoreFactory.create(Vertx vertx,
      JsonObject configuration)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GitConfigStore  | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigStore | 
GitConfigStoreFactory.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 | Class and Description | 
|---|---|
class  | 
RedisConfigStore
An implementation of configuration store reading hash from Redis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigStore | 
RedisConfigStoreFactory.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 | Method and Description | 
|---|---|
ConfigStore | 
SpringConfigServerStoreFactory.create(Vertx vertx,
      JsonObject configuration)  | 
| 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)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ZookeeperConfigStore  | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigStore | 
ZookeeperConfigStoreFactory.create(Vertx vertx,
      JsonObject configuration)  | 
Copyright © 2020 Eclipse. All rights reserved.