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