Class DashboardHousekeepingAutoConfiguration


  • @Configuration
    public class DashboardHousekeepingAutoConfiguration
    extends java.lang.Object
    House keeping related configuration required by dashboard. This autoconfig should be excluded from dashboard.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ikasan.spec.housekeeping.HousekeepingSchedulerService housekeepingSchedulerService​(org.ikasan.spec.housekeeping.HousekeepingJob solrHousekeepingJob)  
      org.ikasan.spec.housekeeping.HousekeepingJob solrHousekeepingJob​(org.ikasan.spec.housekeeping.HousekeepService solrSearchService, org.springframework.core.env.Environment environment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DashboardHousekeepingAutoConfiguration

        public DashboardHousekeepingAutoConfiguration()
    • Method Detail

      • housekeepingSchedulerService

        @Bean
        public org.ikasan.spec.housekeeping.HousekeepingSchedulerService housekeepingSchedulerService​(org.ikasan.spec.housekeeping.HousekeepingJob solrHousekeepingJob)
      • solrHousekeepingJob

        @Bean
        public org.ikasan.spec.housekeeping.HousekeepingJob solrHousekeepingJob​(org.ikasan.spec.housekeeping.HousekeepService solrSearchService,
                                                                                org.springframework.core.env.Environment environment)