@UriParams public class EtcdConfiguration extends Object
Constructor and Description |
---|
EtcdConfiguration() |
Modifier and Type | Method and Description |
---|---|
Long |
getFromIndex() |
String |
getPassword() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
Long |
getTimeout() |
Integer |
getTimeToLive() |
String |
getUris() |
String |
getUserName() |
boolean |
isRecursive() |
boolean |
isSendEmptyExchangeOnTimeout() |
void |
setFromIndex(Long fromIndex)
The index to watch from
|
void |
setPassword(String password)
The password to use for basic authentication.
|
void |
setRecursive(boolean recursive)
To apply an action recursively.
|
void |
setSendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
To send an empty message in case of timeout watching for a key.
|
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
void |
setTimeout(Long timeout)
To set the maximum time an action could take to complete.
|
void |
setTimeToLive(Integer timeToLive)
To set the lifespan of a key in milliseconds.
|
void |
setUris(String uris)
To set the URIs the client connects.
|
void |
setUserName(String userName)
The user name to use for basic authentication.
|
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 isSendEmptyExchangeOnTimeout()
public void setSendEmptyExchangeOnTimeout(boolean sendEmptyExchangeOnTimeout)
public boolean isRecursive()
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)
Apache Camel