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