Class TaskSchedulingProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
@ConfigurationProperties("spring.task.scheduling") public class TaskSchedulingProperties extends ObjectConfiguration properties for task scheduling.- Since:
- 2.1.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskSchedulingProperties.Pool
Constructor Summary
Constructors Constructor Description TaskSchedulingProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskSchedulingProperties.PoolgetPool()StringgetThreadNamePrefix()voidsetThreadNamePrefix(String threadNamePrefix)
Constructor Detail
TaskSchedulingProperties
public TaskSchedulingProperties()
Method Detail
getPool
public TaskSchedulingProperties.Pool getPool()
getThreadNamePrefix
public String getThreadNamePrefix()
setThreadNamePrefix
public void setThreadNamePrefix(String threadNamePrefix)