![JAR search and dependency download from the Maven repository](/logo.png)
org.camunda.bpm.camel.spring.SpringCamundaBpmComponent Maven / Gradle / Ivy
The newest version!
package org.camunda.bpm.camel.spring;
import org.camunda.bpm.camel.component.CamundaBpmComponent;
import org.camunda.bpm.engine.ProcessEngine;
import org.springframework.beans.factory.annotation.Autowired;
public class SpringCamundaBpmComponent extends CamundaBpmComponent {
@Autowired
public void setProcessEngine(ProcessEngine processEngine) {
super.setProcessEngine(processEngine);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy