All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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