@ConfigurationProperties(prefix="camel.component.zookeeper.service-registry")
public class ZooKeeperServiceRegistryConfiguration
extends org.apache.camel.component.zookeeper.cloud.ZooKeeperServiceRegistryConfiguration
Constructor and Description |
---|
ZooKeeperServiceRegistryConfiguration() |
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, getServiceHost, isDeregisterServicesOnStop, isOverrideServiceHost, setDeregisterServicesOnStop, setOverrideServiceHost, setServiceHost
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 ZooKeeperServiceRegistryConfiguration()
Apache Camel