Class QueueLoadedEventListener

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

    @Order(-2147483638)
    public class QueueLoadedEventListener
    extends Object
    implements org.springframework.context.ApplicationListener<QueueLoadedEvent>
    Listens for QueueLoadedEvent, and update the ProcessStateHolder with the expected number of items to process based on the loading event.
    Author:
    Kelly Tisdell (ktisdell)
    • Method Detail

      • onApplicationEvent

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