Class StuckJobListener

java.lang.Object
org.apache.fineract.infrastructure.jobs.service.StuckJobListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

@Service @ConditionalOnProperty(value="fineract.mode.batch-manager-enabled", havingValue="true") public class StuckJobListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
  • Constructor Details

    • StuckJobListener

      public StuckJobListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(@NonNull org.springframework.context.event.ContextRefreshedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>