@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.etcd-keys") public class EtcdKeysComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
EtcdKeysComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
org.apache.camel.component.etcd.EtcdConfiguration |
getConfiguration() |
Boolean |
getLazyStartProducer() |
String |
getPassword() |
Boolean |
getRecursive() |
String |
getServicePath() |
org.apache.camel.support.jsse.SSLContextParameters |
getSslContextParameters() |
Long |
getTimeout() |
Integer |
getTimeToLive() |
String |
getUris() |
Boolean |
getUseGlobalSslContextParameters() |
String |
getUserName() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setConfiguration(org.apache.camel.component.etcd.EtcdConfiguration configuration) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setPassword(String password) |
void |
setRecursive(Boolean recursive) |
void |
setServicePath(String servicePath) |
void |
setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) |
void |
setTimeout(Long timeout) |
void |
setTimeToLive(Integer timeToLive) |
void |
setUris(String uris) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
void |
setUserName(String userName) |
public org.apache.camel.component.etcd.EtcdConfiguration getConfiguration()
public void setConfiguration(org.apache.camel.component.etcd.EtcdConfiguration configuration)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getRecursive()
public void setRecursive(Boolean recursive)
public String getServicePath()
public void setServicePath(String servicePath)
public Long getTimeout()
public void setTimeout(Long timeout)
public String getUris()
public void setUris(String uris)
public Integer getTimeToLive()
public void setTimeToLive(Integer timeToLive)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public String getPassword()
public void setPassword(String password)
public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
public void setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public String getUserName()
public void setUserName(String userName)
Apache Camel