Package org.springframework.boot.task

Utilities and classes related to task execution and scheduling.

See: Description

  • Interface Summary 
    Interface Description
    TaskExecutorCustomizer
    Callback interface that can be used to customize a ThreadPoolTaskExecutor.
    TaskSchedulerCustomizer
    Callback interface that can be used to customize a ThreadPoolTaskScheduler.
  • Class Summary 
    Class Description
    TaskExecutorBuilder
    Builder that can be used to configure and create a TaskExecutor.
    TaskSchedulerBuilder
    Builder that can be used to configure and create a TaskScheduler.

Package org.springframework.boot.task Description

Utilities and classes related to task execution and scheduling.

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.