@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.stream.springboot.GoogleCalendarStreamComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,GoogleCalendarStreamComponentConfiguration.class}) public class GoogleCalendarStreamComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
GoogleCalendarStreamComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent |
configureGoogleCalendarStreamComponent() |
public GoogleCalendarStreamComponentAutoConfiguration()
@Lazy
@Bean(name="google-calendar-stream-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent.class)
public org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent configureGoogleCalendarStreamComponent()
throws Exception
ExceptionApache Camel