public class ZooKeeperDiscoveryFactory extends Object implements DiscoveryFactory
| Constructor and Description | 
|---|
ZooKeeperDiscoveryFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
Discovery | 
build(io.dropwizard.Configuration configuration,
     io.dropwizard.setup.Environment environment,
     SoaInfo soaInfo)  | 
String | 
getBindAddress()  | 
String | 
getZookeeperPath()  | 
void | 
setBindAddress(String bindAddress)  | 
void | 
setZookeeperPath(String zookeeperPath)  | 
public String getBindAddress()
public void setBindAddress(String bindAddress)
public String getZookeeperPath()
public void setZookeeperPath(String zookeeperPath)
public Discovery build(io.dropwizard.Configuration configuration, io.dropwizard.setup.Environment environment, SoaInfo soaInfo)
build in interface DiscoveryFactoryCopyright © 2014–2016 Soabase. All rights reserved.