@Configuration
@ConditionalOnBean(value=org.springframework.batch.core.Job.class)
@ConditionalOnProperty(name="spring.cloud.task.batch.listener.enable",
havingValue="true",
matchIfMissing=true)
public class TaskBatchAutoConfiguration
extends Object
TaskBatchExecutionListener.| Modifier and Type | Class and Description |
|---|---|
static class |
TaskBatchAutoConfiguration.TaskBatchExecutionListenerAutoconfiguration |
| Constructor and Description |
|---|
TaskBatchAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TaskBatchExecutionListenerBeanPostProcessor |
batchTaskExecutionListenerBeanPostProcessor() |
@Bean @ConditionalOnMissingBean public TaskBatchExecutionListenerBeanPostProcessor batchTaskExecutionListenerBeanPostProcessor()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.