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