@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.springboot.GoogleBigQueryComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,GoogleBigQueryComponentConfiguration.class}) public class GoogleBigQueryComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
GoogleBigQueryComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.google.bigquery.GoogleBigQueryComponent |
configureGoogleBigQueryComponent() |
public GoogleBigQueryComponentAutoConfiguration()
@Lazy
@Bean(name="google-bigquery-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.google.bigquery.GoogleBigQueryComponent.class)
public org.apache.camel.component.google.bigquery.GoogleBigQueryComponent configureGoogleBigQueryComponent()
throws Exception
ExceptionApache Camel