@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.google.drive.springboot.GoogleDriveComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,GoogleDriveComponentConfiguration.class}) public class GoogleDriveComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
GoogleDriveComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.google.drive.GoogleDriveComponent |
configureGoogleDriveComponent() |
public GoogleDriveComponentAutoConfiguration()
@Lazy
@Bean(name="google-drive-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.google.drive.GoogleDriveComponent.class)
public org.apache.camel.component.google.drive.GoogleDriveComponent configureGoogleDriveComponent()
throws Exception
ExceptionApache Camel