Class CamundaJobExecutorConfig
- java.lang.Object
-
- org.camunda.bpm.quarkus.engine.extension.CamundaJobExecutorConfig
-
public class CamundaJobExecutorConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CamundaJobExecutorConfig.ThreadPoolConfig
-
Field Summary
Fields Modifier and Type Field Description Map<String,String>
genericConfig
The Camunda JobExecutor configuration properties.CamundaJobExecutorConfig.ThreadPoolConfig
threadPool
The Camunda JobExecutor thread pool config.
-
Constructor Summary
Constructors Constructor Description CamundaJobExecutorConfig()
-
-
-
Field Detail
-
genericConfig
@ConfigItem(name="<<parent>>") public Map<String,String> genericConfig
The Camunda JobExecutor configuration properties. For more details,- See Also:
- Job-Acquisition Configuration Properties
-
threadPool
@ConfigItem public CamundaJobExecutorConfig.ThreadPoolConfig threadPool
The Camunda JobExecutor thread pool config. This thread pool is responsible for running Camunda jobs.
-
-