Package io.github.jhipster.config
Class JHipsterProperties.Async
- java.lang.Object
-
- io.github.jhipster.config.JHipsterProperties.Async
-
- Enclosing class:
- JHipsterProperties
public static class JHipsterProperties.Async extends Object
-
-
Constructor Summary
Constructors Constructor Description Async()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCorePoolSize()intgetMaxPoolSize()intgetQueueCapacity()voidsetCorePoolSize(int corePoolSize)voidsetMaxPoolSize(int maxPoolSize)voidsetQueueCapacity(int queueCapacity)
-
-
-
Method Detail
-
getCorePoolSize
public int getCorePoolSize()
-
setCorePoolSize
public void setCorePoolSize(int corePoolSize)
-
getMaxPoolSize
public int getMaxPoolSize()
-
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize)
-
getQueueCapacity
public int getQueueCapacity()
-
setQueueCapacity
public void setQueueCapacity(int queueCapacity)
-
-