Uses of Interface
io.vertx.config.spi.ConfigStoreFactory
-
Packages that use ConfigStoreFactory Package Description io.vertx.config.consul io.vertx.config.git io.vertx.config.kubernetes io.vertx.config.redis io.vertx.config.spring io.vertx.config.vault io.vertx.config.zookeeper -
-
Uses of ConfigStoreFactory in io.vertx.config.consul
Classes in io.vertx.config.consul that implement ConfigStoreFactory Modifier and Type Class Description class
ConsulConfigStoreFactory
-
Uses of ConfigStoreFactory in io.vertx.config.git
Classes in io.vertx.config.git that implement ConfigStoreFactory Modifier and Type Class Description class
GitConfigStoreFactory
-
Uses of ConfigStoreFactory in io.vertx.config.kubernetes
Classes in io.vertx.config.kubernetes that implement ConfigStoreFactory Modifier and Type Class Description class
ConfigMapStoreFactory
-
Uses of ConfigStoreFactory in io.vertx.config.redis
Classes in io.vertx.config.redis that implement ConfigStoreFactory Modifier and Type Class Description class
RedisConfigStoreFactory
Factory to createRedisConfigStore
instances. -
Uses of ConfigStoreFactory in io.vertx.config.spring
Classes in io.vertx.config.spring that implement ConfigStoreFactory Modifier and Type Class Description class
SpringConfigServerStoreFactory
Factory to create instance ofSpringConfigServerStore
. -
Uses of ConfigStoreFactory in io.vertx.config.vault
Classes in io.vertx.config.vault that implement ConfigStoreFactory Modifier and Type Class Description class
VaultConfigStoreFactory
Implementation ofConfigStoreFactory
to createVaultConfigStore
. -
Uses of ConfigStoreFactory in io.vertx.config.zookeeper
Classes in io.vertx.config.zookeeper that implement ConfigStoreFactory Modifier and Type Class Description class
ZookeeperConfigStoreFactory
Factory to createZookeeperConfigStore
instances.
-