Package | Description |
---|---|
io.vertx.config.git | |
io.vertx.config.kubernetes | |
io.vertx.config.redis | |
io.vertx.config.spi | |
io.vertx.config.spring | |
io.vertx.config.zookeeper |
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 |
ZookeeperConfigStore |
Modifier and Type | Method and Description |
---|---|
ConfigStore |
ZookeeperConfigStoreFactory.create(Vertx vertx,
JsonObject configuration) |
Copyright © 2017. All rights reserved.