public static class EtcdComponentConfiguration.EtcdConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
EtcdConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.CamelContext |
getCamelContext() |
Long |
getFromIndex() |
String |
getPassword() |
Boolean |
getRecursive() |
Boolean |
getSendEmptyExchangeOnTimeout() |
String |
getServicePath() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
Long |
getTimeout() |
Integer |
getTimeToLive() |
String |
getUris() |
String |
getUserName() |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setFromIndex(Long fromIndex) |
void |
setPassword(String password) |
void |
setRecursive(Boolean recursive) |
void |
setSendEmptyExchangeOnTimeout(Boolean sendEmptyExchangeOnTimeout) |
void |
setServicePath(String servicePath) |
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
void |
setTimeout(Long timeout) |
void |
setTimeToLive(Integer timeToLive) |
void |
setUris(String uris) |
void |
setUserName(String userName) |
public static final Class CAMEL_NESTED_CLASS
public EtcdConfigurationNestedConfiguration()
public org.apache.camel.CamelContext getCamelContext()
public void setCamelContext(org.apache.camel.CamelContext camelContext)
public String getUris()
public void setUris(String uris)
public org.apache.camel.util.jsse.SSLContextParameters getSslContextParameters()
public void setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public Boolean getSendEmptyExchangeOnTimeout()
public void setSendEmptyExchangeOnTimeout(Boolean sendEmptyExchangeOnTimeout)
public Boolean getRecursive()
public void setRecursive(Boolean recursive)
public Integer getTimeToLive()
public void setTimeToLive(Integer timeToLive)
public Long getTimeout()
public void setTimeout(Long timeout)
public Long getFromIndex()
public void setFromIndex(Long fromIndex)
public String getServicePath()
public void setServicePath(String servicePath)
Apache Camel