@Configuration(proxyBeanMethods=false) @ConditionalOnBean(value=org.springframework.boot.task.TaskSchedulerBuilder.class) @ConditionalOnMissingBean(name="taskScheduler") protected static class IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration extends java.lang.Object
ThreadPoolTaskScheduler
if the user has not enabled task
scheduling explicitly.Modifier | Constructor and Description |
---|---|
protected |
IntegrationTaskSchedulerConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler |
taskScheduler(org.springframework.boot.task.TaskSchedulerBuilder builder) |