Class CamundaJobExecutorConfig.ThreadPoolConfig
java.lang.Object
org.camunda.bpm.quarkus.engine.extension.CamundaJobExecutorConfig.ThreadPoolConfig
- Enclosing class:
- CamundaJobExecutorConfig
-
Field Summary
Modifier and TypeFieldDescriptionint
Sets the maximum number of threads that can be present in the Quarkus-managed thread pool for the Camunda JobExecutor.int
Sets the size of the Quarkus-managed JobExecutor queue. -
Constructor Summary
-
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
-
ThreadPoolConfig
public ThreadPoolConfig()
-