@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.elasticsearch") public class ElasticsearchComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
ElasticsearchComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.elasticsearch.client.Client |
getClient() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setClient(org.elasticsearch.client.Client client) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public org.elasticsearch.client.Client getClient()
public void setClient(org.elasticsearch.client.Client client)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel