Uses of Interface
io.vertx.config.spi.ConfigStore
Packages that use ConfigStore
Package
Description
-
Uses of ConfigStore in io.vertx.config.consul
Classes in io.vertx.config.consul that implement ConfigStoreMethods in io.vertx.config.consul that return ConfigStoreModifier and TypeMethodDescriptionConsulConfigStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of ConfigStore in io.vertx.config.git
Classes in io.vertx.config.git that implement ConfigStoreMethods in io.vertx.config.git that return ConfigStoreModifier and TypeMethodDescriptionGitConfigStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of ConfigStore in io.vertx.config.kubernetes
Classes in io.vertx.config.kubernetes that implement ConfigStoreModifier and TypeClassDescriptionclassAn implementation of configuration store reading config map from Kubernetes.Methods in io.vertx.config.kubernetes that return ConfigStoreModifier and TypeMethodDescriptionConfigMapStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of ConfigStore in io.vertx.config.redis
Classes in io.vertx.config.redis that implement ConfigStoreModifier and TypeClassDescriptionclassAn implementation of configuration store reading hash from Redis.Methods in io.vertx.config.redis that return ConfigStoreModifier and TypeMethodDescriptionRedisConfigStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of ConfigStore in io.vertx.config.spi
Methods in io.vertx.config.spi that return ConfigStoreModifier and TypeMethodDescriptionConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Creates an instance of theConfigStore. -
Uses of ConfigStore in io.vertx.config.spring
Methods in io.vertx.config.spring that return ConfigStoreModifier and TypeMethodDescriptionSpringConfigServerStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of ConfigStore in io.vertx.config.vault
Classes in io.vertx.config.vault that implement ConfigStoreModifier and TypeClassDescriptionclassAn implementation ofConfigStorefor Vault (https://www.vaultproject.io/).Methods in io.vertx.config.vault that return ConfigStoreModifier and TypeMethodDescriptionVaultConfigStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of ConfigStore in io.vertx.config.zookeeper
Classes in io.vertx.config.zookeeper that implement ConfigStoreMethods in io.vertx.config.zookeeper that return ConfigStoreModifier and TypeMethodDescriptionZookeeperConfigStoreFactory.create(Vertx vertx, JsonObject configuration)