@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 |
---|---|
org.apache.camel.component.zookeepermaster.ContainerIdFactory |
getContainerIdFactory() |
org.apache.curator.framework.CuratorFramework |
getCurator() |
Integer |
getMaximumConnectionTimeout() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getZkRoot() |
String |
getZooKeeperPassword() |
String |
getZooKeeperUrl() |
void |
setContainerIdFactory(org.apache.camel.component.zookeepermaster.ContainerIdFactory containerIdFactory) |
void |
setCurator(org.apache.curator.framework.CuratorFramework curator) |
void |
setMaximumConnectionTimeout(Integer maximumConnectionTimeout) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setZkRoot(String zkRoot) |
void |
setZooKeeperPassword(String zooKeeperPassword) |
void |
setZooKeeperUrl(String zooKeeperUrl) |
public org.apache.camel.component.zookeepermaster.ContainerIdFactory getContainerIdFactory()
public void setContainerIdFactory(org.apache.camel.component.zookeepermaster.ContainerIdFactory containerIdFactory)
public String getZkRoot()
public void setZkRoot(String zkRoot)
public org.apache.curator.framework.CuratorFramework getCurator()
public void setCurator(org.apache.curator.framework.CuratorFramework 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