@ConfigurationProperties(value="spring.task.execution")
public class TaskExecutionProperties
extends java.lang.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() |
java.lang.String |
getThreadNamePrefix() |
void |
setThreadNamePrefix(java.lang.String threadNamePrefix) |
public TaskExecutionProperties.Pool getPool()
public TaskExecutionProperties.Shutdown getShutdown()
public java.lang.String getThreadNamePrefix()
public void setThreadNamePrefix(java.lang.String threadNamePrefix)