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