Class IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
Enclosing class:
IntegrationAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnBean(org.springframework.boot.task.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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
    taskScheduler(org.springframework.boot.task.TaskSchedulerBuilder taskSchedulerBuilder, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder> threadPoolTaskSchedulerBuilderProvider)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IntegrationTaskSchedulerConfiguration

      protected IntegrationTaskSchedulerConfiguration()
  • Method Details

    • taskScheduler

      @Bean(name="taskScheduler") public org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler taskScheduler(org.springframework.boot.task.TaskSchedulerBuilder taskSchedulerBuilder, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder> threadPoolTaskSchedulerBuilderProvider)