Class ProcessStartedEventListener

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<ProcessStartedEvent>

    @Order(-2147483638)
    public class ProcessStartedEventListener
    extends Object
    implements org.springframework.context.ApplicationListener<ProcessStartedEvent>
    Listens for ProcessStartedEvent. This simply initializes the local ProcessStateHolder if it has not been initialized. This will only be the case when we are running in distributed VMs.
    Author:
    Kelly Tisdell
    • Constructor Detail

      • ProcessStartedEventListener

        public ProcessStartedEventListener​(ProcessStateService processStateService)