open class ZookeeperConfigStoreFactory : ConfigStoreFactory
Factory to create ZookeeperConfigStore instances.
Author
Clement Escoffier
ZookeeperConfigStoreFactory()
Factory to create ZookeeperConfigStore instances. |
open fun create(vertx: Vertx, configuration: JsonObject): ConfigStore |
|
open fun name(): String |