public static class BatchConfigurationProperties.TaskExecutorProperties extends Object
| Constructor and Description |
|---|
TaskExecutorProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCorePoolSize() |
int |
getMaxPoolSize() |
int |
getQueueCapacity() |
void |
setCorePoolSize(int corePoolSize) |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setQueueCapacity(int queueCapacity) |
public int getCorePoolSize()
public void setCorePoolSize(int corePoolSize)
public int getQueueCapacity()
public void setQueueCapacity(int queueCapacity)
public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
Copyright © 2018 codecentric AG. All rights reserved.