@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @Configuration(proxyBeanMethods=false) @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.google.bigquery.sql.springboot.GoogleBigQuerySQLComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,GoogleBigQuerySQLComponentConfiguration.class}) public class GoogleBigQuerySQLComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
GoogleBigQuerySQLComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent |
configureGoogleBigQuerySQLComponent() |
public GoogleBigQuerySQLComponentAutoConfiguration()
@Lazy
@Bean(name="google-bigquery-sql-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent.class)
public org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent configureGoogleBigQuerySQLComponent()
throws Exception
ExceptionApache Camel