public class ZookeeperConfigStoreFactory extends Object implements ConfigStoreFactory
ZookeeperConfigStore instances.| Constructor and Description | 
|---|
ZookeeperConfigStoreFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigStore | 
create(Vertx vertx,
      JsonObject configuration)
Creates an instance of the  
ConfigStore. | 
String | 
name()  | 
public String name()
name in interface ConfigStoreFactorypublic ConfigStore create(Vertx vertx, JsonObject configuration)
ConfigStoreFactoryConfigStore.create in interface ConfigStoreFactoryvertx - the vert.x instance, never nullconfiguration - the configuration, never null, but potentially emptyCopyright © 2020 Eclipse. All rights reserved.