@Configuration @EnableConfigurationProperties(value=GoogleDriveComponentConfiguration.class) public class GoogleDriveComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GoogleDriveComponentAutoConfiguration.Condition |
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()
@Lazy @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