@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.etcd") public class EtcdComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
EtcdComponentConfiguration.EtcdConfigurationNestedConfiguration |
Constructor and Description |
---|
EtcdComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
EtcdComponentConfiguration.EtcdConfigurationNestedConfiguration |
getConfiguration() |
String |
getPassword() |
Boolean |
getResolvePropertyPlaceholders() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
String |
getUris() |
Boolean |
getUseGlobalSslContextParameters() |
String |
getUserName() |
void |
setConfiguration(EtcdComponentConfiguration.EtcdConfigurationNestedConfiguration configuration) |
void |
setPassword(String password) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
void |
setUris(String uris) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
void |
setUserName(String userName) |
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 EtcdComponentConfiguration.EtcdConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(EtcdComponentConfiguration.EtcdConfigurationNestedConfiguration configuration)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel