@Configuration @EnableConfigurationProperties(value=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(org.apache.camel.CamelContext camelContext,
GoogleDriveComponentConfiguration configuration) |
public GoogleDriveComponentAutoConfiguration()
@Bean(name="google-drive-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.google.drive.GoogleDriveComponent.class) public org.apache.camel.component.google.drive.GoogleDriveComponent configureGoogleDriveComponent(org.apache.camel.CamelContext camelContext, GoogleDriveComponentConfiguration configuration) throws Exception
Exception
Apache Camel