@Configuration @EnableConfigurationProperties(value=SpringBatchComponentConfiguration.class) public class SpringBatchComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SpringBatchComponentAutoConfiguration.Condition |
Constructor and Description |
---|
SpringBatchComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.spring.batch.SpringBatchComponent |
configureSpringBatchComponent(org.apache.camel.CamelContext camelContext,
SpringBatchComponentConfiguration configuration) |
public SpringBatchComponentAutoConfiguration()
@Lazy @Bean(name="spring-batch-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.spring.batch.SpringBatchComponent.class) public org.apache.camel.component.spring.batch.SpringBatchComponent configureSpringBatchComponent(org.apache.camel.CamelContext camelContext, SpringBatchComponentConfiguration configuration) throws Exception
Exception
Apache Camel