Class SpringBootProcessApplication

All Implemented Interfaces:
EventListener, ProcessApplicationInterface, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ApplicationContextEvent>

@Configuration public class SpringBootProcessApplication extends SpringProcessApplication
  • Field Details

    • springApplicationName

      @Value("${spring.application.name:null}") protected Optional<String> springApplicationName
    • contextPath

      protected String contextPath
    • operatonBpmProperties

      protected OperatonBpmProperties operatonBpmProperties
    • processEngine

      protected ProcessEngine processEngine
    • eventPublisher

      protected org.springframework.context.ApplicationEventPublisher eventPublisher
  • Constructor Details

    • SpringBootProcessApplication

      @Autowired public SpringBootProcessApplication(OperatonBpmProperties operatonBpmProperties, ProcessEngine processEngine, org.springframework.context.ApplicationEventPublisher eventPublisher)
  • Method Details