@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.elasticsearch-rest") public class ElasticsearchComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
ElasticsearchComponentConfiguration() |
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public String getClient()
public void setClient(String client)
public Integer getConnectionTimeout()
public void setConnectionTimeout(Integer connectionTimeout)
public Boolean getEnableSniffer()
public void setEnableSniffer(Boolean enableSniffer)
public String getHostAddresses()
public void setHostAddresses(String hostAddresses)
public Integer getMaxRetryTimeout()
public void setMaxRetryTimeout(Integer maxRetryTimeout)
public Integer getSniffAfterFailureDelay()
public void setSniffAfterFailureDelay(Integer sniffAfterFailureDelay)
public Integer getSnifferInterval()
public void setSnifferInterval(Integer snifferInterval)
public Integer getSocketTimeout()
public void setSocketTimeout(Integer socketTimeout)
public Boolean getEnableSSL()
public void setEnableSSL(Boolean enableSSL)
public String getPassword()
public void setPassword(String password)
public String getUser()
public void setUser(String user)
Apache Camel