@ConfigurationProperties(prefix="camel.component.zookeeper.cluster.service")
public class ZooKeeperClusterServiceConfiguration
extends org.apache.camel.component.zookeeper.ZooKeeperCuratorConfiguration
Constructor and Description |
---|
ZooKeeperClusterServiceConfiguration() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAttributes() |
String |
getId() |
Integer |
getOrder() |
boolean |
isEnabled() |
void |
setAttributes(Map<String,Object> attributes) |
void |
setEnabled(boolean enabled) |
void |
setId(String id) |
void |
setOrder(Integer order) |
copy, getAuthInfoList, getBasePath, getConnectionTimeout, getConnectionTimeoutUnit, getCuratorFramework, getMaxCloseWait, getMaxCloseWaitUnit, getNamespace, getNodes, getReconnectBaseSleepTime, getReconnectBaseSleepTimeUnit, getReconnectMaxRetries, getReconnectMaxSleepTime, getReconnectMaxSleepTimeUnit, getRetryPolicy, getSessionTimeout, getSessionTimeoutUnit, setAuthInfoList, setBasePath, setConnectionTimeout, setConnectionTimeout, setConnectionTimeoutUnit, setCuratorFramework, setMaxCloseWait, setMaxCloseWaitUnit, setNamespace, setNodes, setNodes, setReconnectBaseSleepTime, setReconnectBaseSleepTime, setReconnectBaseSleepTimeUnit, setReconnectMaxRetries, setReconnectMaxSleepTime, setReconnectMaxSleepTime, setReconnectMaxSleepTimeUnit, setRetryPolicy, setSessionTimeout, setSessionTimeout, setSessionTimeoutUnit
public ZooKeeperClusterServiceConfiguration()
Apache Camel