@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-bigquery") public class GoogleBigQueryComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
GoogleBigQueryComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory |
getConnectionFactory() |
String |
getDatasetId() |
Boolean |
getLazyStartProducer() |
String |
getProjectId() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setConnectionFactory(org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory connectionFactory) |
void |
setDatasetId(String datasetId) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setProjectId(String projectId) |
public GoogleBigQueryComponentConfiguration()
public org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory getConnectionFactory()
public void setConnectionFactory(org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory connectionFactory)
public String getDatasetId()
public void setDatasetId(String datasetId)
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