vertx / io.vertx.config.zookeeper / ZookeeperConfigStoreFactory

ZookeeperConfigStoreFactory

open class ZookeeperConfigStoreFactory : ConfigStoreFactory

Factory to create ZookeeperConfigStore instances.

Author
Clement Escoffier

Constructors

<init>

ZookeeperConfigStoreFactory()

Factory to create ZookeeperConfigStore instances.

Functions

create

open fun create(vertx: Vertx, configuration: JsonObject): ConfigStore

name

open fun name(): String