Package tech.jhipster.config
Class JHipsterProperties.Async
java.lang.Object
tech.jhipster.config.JHipsterProperties.Async
- Enclosing class:
- JHipsterProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetCorePoolSize(int corePoolSize) voidsetMaxPoolSize(int maxPoolSize) voidsetQueueCapacity(int queueCapacity)
-
Constructor Details
-
Async
public Async()
-
-
Method Details
-
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)
-