@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.yql") public class YqlComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
YqlComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.conn.HttpClientConnectionManager |
getConnectionManager() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConnectionManager(org.apache.http.conn.HttpClientConnectionManager connectionManager) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public org.apache.http.conn.HttpClientConnectionManager getConnectionManager()
public void setConnectionManager(org.apache.http.conn.HttpClientConnectionManager connectionManager)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel