Class OperatonApplicationServerConfigurator

java.lang.Object
org.operaton.bpm.spring.boot.starter.telemetry.OperatonApplicationServerConfigurator
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class OperatonApplicationServerConfigurator extends Object implements org.springframework.beans.factory.InitializingBean
  • Field Details

    • processEngine

      protected ProcessEngine processEngine
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • OperatonApplicationServerConfigurator

      public OperatonApplicationServerConfigurator(ProcessEngine processEngine, org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception