Class HvlBpmnApplicationReadyListener

java.lang.Object
tr.com.havelsan.javarch.bpmn.admin.starter.listener.HvlBpmnApplicationReadyListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>

@Component public class HvlBpmnApplicationReadyListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
The class that runs when the application is ready.
  • Constructor Details

    • HvlBpmnApplicationReadyListener

      public HvlBpmnApplicationReadyListener(HvlBpmnProcessService processService, org.flowable.spring.SpringProcessEngineConfiguration springProcessEngineConfiguration, org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>