@Validated @ConfigurationProperties(value="spring.cloud.zookeeper.config") public class ZookeeperConfigProperties extends Object
ZookeeperPropertySourceLocator| Constructor and Description |
|---|
ZookeeperConfigProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultContext() |
String |
getProfileSeparator() |
String |
getRoot() |
boolean |
isEnabled() |
boolean |
isFailFast() |
void |
setDefaultContext(String defaultContext) |
void |
setEnabled(boolean enabled) |
void |
setFailFast(boolean failFast) |
void |
setProfileSeparator(String profileSeparator) |
void |
setRoot(String root) |
public boolean isEnabled()
public String getRoot()
public String getDefaultContext()
public String getProfileSeparator()
public boolean isFailFast()
public void setEnabled(boolean enabled)
public void setRoot(String root)
public void setDefaultContext(String defaultContext)
public void setProfileSeparator(String profileSeparator)
public void setFailFast(boolean failFast)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.