@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.zookeeper-master") public class MasterComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
MasterComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getContainerIdFactory() |
String |
getCurator() |
Integer |
getMaximumConnectionTimeout() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getZkRoot() |
String |
getZooKeeperPassword() |
String |
getZooKeeperUrl() |
void |
setContainerIdFactory(String containerIdFactory) |
void |
setCurator(String curator) |
void |
setMaximumConnectionTimeout(Integer maximumConnectionTimeout) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setZkRoot(String zkRoot) |
void |
setZooKeeperPassword(String zooKeeperPassword) |
void |
setZooKeeperUrl(String zooKeeperUrl) |
public String getContainerIdFactory()
public void setContainerIdFactory(String containerIdFactory)
public String getZkRoot()
public void setZkRoot(String zkRoot)
public String getCurator()
public void setCurator(String curator)
public Integer getMaximumConnectionTimeout()
public void setMaximumConnectionTimeout(Integer maximumConnectionTimeout)
public String getZooKeeperUrl()
public void setZooKeeperUrl(String zooKeeperUrl)
public String getZooKeeperPassword()
public void setZooKeeperPassword(String zooKeeperPassword)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel