Package tech.jhipster.config
Interface JHipsterDefaults.Async
-
- Enclosing interface:
- JHipsterDefaults
public static interface JHipsterDefaults.Async
-
-
Field Summary
Fields Modifier and Type Field Description static int
corePoolSize
static int
maxPoolSize
static int
queueCapacity
-
-
-
Field Detail
-
corePoolSize
static final int corePoolSize
- See Also:
- Constant Field Values
-
maxPoolSize
static final int maxPoolSize
- See Also:
- Constant Field Values
-
queueCapacity
static final int queueCapacity
- See Also:
- Constant Field Values
-
-