Class SpringBootProcessApplication

  • All Implemented Interfaces:
    java.util.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 Detail

      • springApplicationName

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

        protected java.lang.String contextPath
      • processEngine

        @Autowired
        protected ProcessEngine processEngine
      • eventPublisher

        @Autowired
        protected org.springframework.context.ApplicationEventPublisher eventPublisher
    • Constructor Detail

      • SpringBootProcessApplication

        public SpringBootProcessApplication()