Class CamundaJobExecutorConfig.ThreadPoolConfig
java.lang.Object
org.camunda.bpm.quarkus.engine.extension.CamundaJobExecutorConfig.ThreadPoolConfig
- Enclosing class:
- CamundaJobExecutorConfig
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintSets the maximum number of threads that can be present in the Quarkus-managed thread pool for the Camunda JobExecutor.intSets the size of the Quarkus-managed JobExecutor queue.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
maxPoolSize@ConfigItem(defaultValue="10") public int maxPoolSizeSets the maximum number of threads that can be present in the Quarkus-managed thread pool for the Camunda JobExecutor. The default value is 10.
- 
queueSize@ConfigItem(defaultValue="3") public int queueSizeSets the size of the Quarkus-managed JobExecutor queue. The default value is 3.
 
- 
- 
Constructor Details- 
ThreadPoolConfigpublic ThreadPoolConfig()
 
-