Interface CamundaEngineConfig
@ConfigMapping(prefix="quarkus.camunda")
@ConfigRoot(phase=RUN_TIME)
public interface CamundaEngineConfig
-
Method Summary
Modifier and TypeMethodDescriptionSelect a datasource by name or the default datasource is used.The Camunda ProcessEngineConfiguration properties.The Camunda JobExecutor config.
-
Method Details
-
genericConfig
The Camunda ProcessEngineConfiguration properties. For more details,- See Also:
-
jobExecutor
CamundaJobExecutorConfig jobExecutor()The Camunda JobExecutor config. It provides available job acquisition thread configuration properties. These properties only take effect in a Quarkus environment. The JobExecutor is responsible for running Camunda jobs. -
datasource
Select a datasource by name or the default datasource is used.
-