@Configuration @EnableConfigurationProperties(value=GoogleCalendarComponentConfiguration.class) public class GoogleCalendarComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GoogleCalendarComponentAutoConfiguration.Condition |
Constructor and Description |
---|
GoogleCalendarComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.google.calendar.GoogleCalendarComponent |
configureGoogleCalendarComponent(org.apache.camel.CamelContext camelContext,
GoogleCalendarComponentConfiguration configuration) |
public GoogleCalendarComponentAutoConfiguration()
@Lazy @Bean(name="google-calendar-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.google.calendar.GoogleCalendarComponent.class) public org.apache.camel.component.google.calendar.GoogleCalendarComponent configureGoogleCalendarComponent(org.apache.camel.CamelContext camelContext, GoogleCalendarComponentConfiguration configuration) throws Exception
Exception
Apache Camel