@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-bigquery-sql") public class GoogleBigQuerySQLComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
GoogleBigQuerySQLComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory |
getConnectionFactory() |
Boolean |
getLazyStartProducer() |
String |
getProjectId() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setConnectionFactory(org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory connectionFactory) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setProjectId(String projectId) |
public GoogleBigQuerySQLComponentConfiguration()
public org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory getConnectionFactory()
public void setConnectionFactory(org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory connectionFactory)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public String getProjectId()
public void setProjectId(String projectId)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel