Class ZooKeeperClusterServiceConfiguration
- java.lang.Object
-
- org.apache.camel.component.zookeeper.ZooKeeperCuratorConfiguration
-
- org.apache.camel.component.zookeeper.springboot.cluster.ZooKeeperClusterServiceConfiguration
-
- All Implemented Interfaces:
Cloneable
@ConfigurationProperties(prefix="camel.cluster.zookeeper") public class ZooKeeperClusterServiceConfiguration extends org.apache.camel.component.zookeeper.ZooKeeperCuratorConfiguration
-
-
Constructor Summary
Constructors Constructor Description ZooKeeperClusterServiceConfiguration()
-
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.ZooKeeperCuratorConfiguration
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
-
-