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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiontaskScheduler
(TaskSchedulerBuilder taskSchedulerBuilder, ObjectProvider<ThreadPoolTaskSchedulerBuilder> threadPoolTaskSchedulerBuilderProvider)
-
Constructor Details
-
IntegrationTaskSchedulerConfiguration
protected IntegrationTaskSchedulerConfiguration()
-
-
Method Details
-
taskScheduler
@Bean(name="taskScheduler") public ThreadPoolTaskScheduler taskScheduler(TaskSchedulerBuilder taskSchedulerBuilder, ObjectProvider<ThreadPoolTaskSchedulerBuilder> threadPoolTaskSchedulerBuilderProvider)
-