@ConfigurationProperties(value="spring.task.execution") public class TaskExecutionProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskExecutionProperties.Pool |
static class |
TaskExecutionProperties.Shutdown |
Constructor and Description |
---|
TaskExecutionProperties() |
Modifier and Type | Method and Description |
---|---|
TaskExecutionProperties.Pool |
getPool() |
TaskExecutionProperties.Shutdown |
getShutdown() |
String |
getThreadNamePrefix() |
void |
setThreadNamePrefix(String threadNamePrefix) |
public TaskExecutionProperties.Pool getPool()
public TaskExecutionProperties.Shutdown getShutdown()
public String getThreadNamePrefix()
public void setThreadNamePrefix(String threadNamePrefix)