Class ZooKeeperServiceRegistryConfiguration
- java.lang.Object
-
- org.apache.camel.component.zookeeper.ZooKeeperCuratorConfiguration
-
- org.apache.camel.component.zookeeper.cloud.ZooKeeperServiceRegistryConfiguration
-
- org.apache.camel.component.zookeeper.springboot.cloud.ZooKeeperServiceRegistryConfiguration
-
- All Implemented Interfaces:
Cloneable
@ConfigurationProperties(prefix="camel.cloud.zookeeper") public class ZooKeeperServiceRegistryConfiguration extends org.apache.camel.component.zookeeper.cloud.ZooKeeperServiceRegistryConfiguration
-
-
Constructor Summary
Constructors Constructor Description ZooKeeperServiceRegistryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAttributes()StringgetId()IntegergetOrder()booleanisEnabled()voidsetAttributes(Map<String,Object> attributes)voidsetEnabled(boolean enabled)voidsetId(String id)voidsetOrder(Integer order)-
Methods inherited from class org.apache.camel.component.zookeeper.cloud.ZooKeeperServiceRegistryConfiguration
copy, getServiceHost, isDeregisterServicesOnStop, isOverrideServiceHost, setDeregisterServicesOnStop, setOverrideServiceHost, setServiceHost
-
Methods inherited from class org.apache.camel.component.zookeeper.ZooKeeperCuratorConfiguration
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
-
-