Uses of Class
org.camunda.bpm.quarkus.engine.extension.impl.CamundaEngineRecorder
-
Packages that use CamundaEngineRecorder Package Description org.camunda.bpm.quarkus.engine.extension.deployment.impl -
-
Uses of CamundaEngineRecorder in org.camunda.bpm.quarkus.engine.extension.deployment.impl
Methods in org.camunda.bpm.quarkus.engine.extension.deployment.impl with parameters of type CamundaEngineRecorder Modifier and Type Method Description protected void
CamundaEngineProcessor. cdiConfig(CamundaEngineRecorder recorder, io.quarkus.arc.deployment.BeanContainerBuildItem beanContainer)
protected void
CamundaEngineProcessor. deployProcessEngineResources(CamundaEngineRecorder recorder)
protected void
CamundaEngineProcessor. processEngine(CamundaEngineRecorder recorder, ProcessEngineConfigurationBuildItem processEngineConfigurationBuildItem, io.quarkus.deployment.annotations.BuildProducer<ProcessEngineBuildItem> processEngineProducer)
protected void
CamundaEngineProcessor. processEngineConfiguration(CamundaEngineRecorder recorder, io.quarkus.arc.deployment.BeanContainerBuildItem beanContainerBuildItem, CamundaEngineConfig camundaEngineConfig, io.quarkus.deployment.annotations.BuildProducer<ProcessEngineConfigurationBuildItem> configurationProducer)
protected void
CamundaEngineProcessor. shutdown(CamundaEngineRecorder recorder, ProcessEngineBuildItem processEngine, io.quarkus.deployment.builditem.ShutdownContextBuildItem shutdownContext)
-