Package co.ecg.alpaca.core.configs
Class AlpacaProperties.Async
java.lang.Object
co.ecg.alpaca.core.configs.AlpacaProperties.Async
- Enclosing class:
- AlpacaProperties
public static class AlpacaProperties.Async extends Object
-
Constructor Summary
Constructors Constructor Description Async()
-
Method Summary
Modifier and Type Method Description int
getCorePoolSize()
int
getMaxPoolSize()
int
getQueueCapacity()
void
setCorePoolSize(int corePoolSize)
void
setMaxPoolSize(int maxPoolSize)
void
setQueueCapacity(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)
-