@ConfigurationProperties(prefix="camel.component.consul.cluster.service")
public class ConsulClusterServiceConfiguration
extends org.apache.camel.component.consul.cluster.ConsulClusterConfiguration
| Constructor and Description |
|---|
ConsulClusterServiceConfiguration() |
| 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, getRootPath, getSessionLockDelay, getSessionRefreshInterval, getSessionTtl, setRootPath, setSessionLockDelay, setSessionRefreshInterval, setSessionTtlcreateConsulClient, createConsulClient, getAclToken, getBlockSeconds, getConnectTimeoutMillis, getConsistencyMode, getDatacenter, getDc, getFirstIndex, getNearNode, getNodeMeta, getPassword, getReadTimeoutMillis, getSslContextParameters, getTags, getUrl, getUserName, getWriteTimeoutMillis, isPingInstance, isRecursive, requiresBasicAuthentication, setAclToken, setBlockSeconds, setConnectTimeoutMillis, setConsistencyMode, setDatacenter, setDc, setFirstIndex, setNearNode, setNodeMeta, setPassword, setPingInstance, setReadTimeoutMillis, setRecursive, setSslContextParameters, setTags, setTags, setUrl, setUserName, setWriteTimeoutMillisApache Camel