@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @Configuration(proxyBeanMethods=false) @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.spring.batch.springboot.SpringBatchComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,SpringBatchComponentConfiguration.class}) public class SpringBatchComponentAutoConfiguration extends Object
| Constructor and Description | 
|---|
| SpringBatchComponentAutoConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.camel.component.spring.batch.SpringBatchComponent | configureSpringBatchComponent() | 
public SpringBatchComponentAutoConfiguration()
@Lazy
 @Bean(name="spring-batch-component")
 @ConditionalOnMissingBean(value=org.apache.camel.component.spring.batch.SpringBatchComponent.class)
public org.apache.camel.component.spring.batch.SpringBatchComponent configureSpringBatchComponent()
                                                                                                                                                                                                                                            throws Exception
ExceptionApache Camel