Class ElasticsearchComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.elasticsearch")
    public class ElasticsearchComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Send requests to ElasticSearch via Java Client API. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • ElasticsearchComponentConfiguration

        public ElasticsearchComponentConfiguration()
    • Method Detail

      • getConnectionTimeout

        public Integer getConnectionTimeout()
      • setConnectionTimeout

        public void setConnectionTimeout​(Integer connectionTimeout)
      • getEnableDocumentOnlyMode

        public Boolean getEnableDocumentOnlyMode()
      • setEnableDocumentOnlyMode

        public void setEnableDocumentOnlyMode​(Boolean enableDocumentOnlyMode)
      • getHostAddresses

        public String getHostAddresses()
      • setHostAddresses

        public void setHostAddresses​(String hostAddresses)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getMaxRetryTimeout

        public Integer getMaxRetryTimeout()
      • setMaxRetryTimeout

        public void setMaxRetryTimeout​(Integer maxRetryTimeout)
      • getSocketTimeout

        public Integer getSocketTimeout()
      • setSocketTimeout

        public void setSocketTimeout​(Integer socketTimeout)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getClient

        public org.elasticsearch.client.RestClient getClient()
      • setClient

        public void setClient​(org.elasticsearch.client.RestClient client)
      • getEnableSniffer

        public Boolean getEnableSniffer()
      • setEnableSniffer

        public void setEnableSniffer​(Boolean enableSniffer)
      • getSniffAfterFailureDelay

        public Integer getSniffAfterFailureDelay()
      • setSniffAfterFailureDelay

        public void setSniffAfterFailureDelay​(Integer sniffAfterFailureDelay)
      • getSnifferInterval

        public Integer getSnifferInterval()
      • setSnifferInterval

        public void setSnifferInterval​(Integer snifferInterval)
      • getCertificatePath

        public String getCertificatePath()
      • setCertificatePath

        public void setCertificatePath​(String certificatePath)
      • getEnableSSL

        public Boolean getEnableSSL()
      • setEnableSSL

        public void setEnableSSL​(Boolean enableSSL)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getUser

        public String getUser()
      • setUser

        public void setUser​(String user)