Class IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
- Enclosing class:
- IntegrationAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnBean(TaskSchedulerBuilder.class)
@ConditionalOnMissingBean(name="taskScheduler")
protected static class IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
extends Object
Expose a standard 
ThreadPoolTaskScheduler if the user has not enabled task
 scheduling explicitly.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiontaskScheduler(TaskSchedulerBuilder taskSchedulerBuilder, ObjectProvider<ThreadPoolTaskSchedulerBuilder> threadPoolTaskSchedulerBuilderProvider) 
- 
Constructor Details- 
IntegrationTaskSchedulerConfigurationprotected IntegrationTaskSchedulerConfiguration()
 
- 
- 
Method Details- 
taskScheduler@Bean(name="taskScheduler") public ThreadPoolTaskScheduler taskScheduler(TaskSchedulerBuilder taskSchedulerBuilder, ObjectProvider<ThreadPoolTaskSchedulerBuilder> threadPoolTaskSchedulerBuilderProvider) 
 
-