@ConfigurationProperties(prefix="camel.component.zookeeper") public class ZooKeeperComponentConfiguration extends Object
| Constructor and Description |
|---|
ZooKeeperComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBackoff() |
ZooKeeperConfiguration |
getConfiguration() |
Boolean |
getCreate() |
String |
getCreateMode() |
Boolean |
getListChildren() |
String |
getPath() |
Boolean |
getRepeat() |
Boolean |
getSendEmptyMessageOnDelete() |
List<String> |
getServers() |
Integer |
getTimeout() |
void |
setBackoff(long backoff) |
void |
setConfiguration(ZooKeeperConfiguration configuration) |
void |
setCreate(Boolean create) |
void |
setCreateMode(String createMode) |
void |
setListChildren(Boolean listChildren) |
void |
setPath(String path) |
void |
setRepeat(Boolean repeat) |
void |
setSendEmptyMessageOnDelete(Boolean sendEmptyMessageOnDelete) |
void |
setServers(List<String> servers) |
void |
setTimeout(Integer timeout) |
public ZooKeeperConfiguration getConfiguration()
public void setConfiguration(ZooKeeperConfiguration configuration)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public Boolean getListChildren()
public void setListChildren(Boolean listChildren)
public String getPath()
public void setPath(String path)
public Boolean getRepeat()
public void setRepeat(Boolean repeat)
public long getBackoff()
public void setBackoff(long backoff)
public Boolean getCreate()
public void setCreate(Boolean create)
public String getCreateMode()
public void setCreateMode(String createMode)
public Boolean getSendEmptyMessageOnDelete()
public void setSendEmptyMessageOnDelete(Boolean sendEmptyMessageOnDelete)
Apache Camel