@EnableBatchProcessing @EnableTask @EnableConfigurationProperties(value=ComposedTaskProperties.class) @Configuration @Import(value=StepBeanDefinitionRegistrar.class) public class ComposedTaskRunnerConfiguration extends Object
Constructor and Description |
---|
ComposedTaskRunnerConfiguration() |
Modifier and Type | Method and Description |
---|---|
ComposedRunnerJobFactory |
composedTaskJob() |
org.springframework.batch.core.StepExecutionListener |
composedTaskStepExecutionListener(org.springframework.cloud.task.repository.TaskExplorer taskExplorer) |
org.springframework.batch.core.configuration.annotation.BatchConfigurer |
getComposedBatchConfigurer(org.springframework.boot.autoconfigure.batch.BatchProperties properties,
DataSource dataSource,
org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers transactionManagerCustomizers) |
org.springframework.core.task.TaskExecutor |
taskExecutor() |
@Bean public org.springframework.batch.core.StepExecutionListener composedTaskStepExecutionListener(org.springframework.cloud.task.repository.TaskExplorer taskExplorer)
@Bean public ComposedRunnerJobFactory composedTaskJob()
@Bean public org.springframework.core.task.TaskExecutor taskExecutor()
@Bean public org.springframework.batch.core.configuration.annotation.BatchConfigurer getComposedBatchConfigurer(org.springframework.boot.autoconfigure.batch.BatchProperties properties, DataSource dataSource, org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers transactionManagerCustomizers)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.