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 Summary

    Constructors
    Constructor
    Description
    HvlBpmnApplicationReadyListener(HvlBpmnProcessService processService, org.flowable.spring.SpringProcessEngineConfiguration springProcessEngineConfiguration, org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.ApplicationListener

    supportsAsyncExecution
  • 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>