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