Class CamundaApplicationServerConfigurator
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.telemetry.CamundaApplicationServerConfigurator
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class CamundaApplicationServerConfigurator extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContext
applicationContext
protected ProcessEngine
processEngine
-
Constructor Summary
Constructors Constructor Description CamundaApplicationServerConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
-
-
-
Field Detail
-
processEngine
@Autowired protected ProcessEngine processEngine
-
applicationContext
@Autowired protected org.springframework.context.ApplicationContext applicationContext
-
-