@ConfigurationProperties(prefix="jmix.ui.background-task")
@ConstructorBinding
public class UiBackgroundTaskProperties
extends java.lang.Object
| Constructor and Description |
|---|
UiBackgroundTaskProperties(int threadsCount,
int timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getThreadsCount() |
int |
getTimeoutSeconds() |
public UiBackgroundTaskProperties(@DefaultValue(value="10")
int threadsCount,
@DefaultValue(value="60")
int timeoutSeconds)
public int getThreadsCount()
threadsCountpublic int getTimeoutSeconds()
timeoutSeconds