Class EventListenerAutoConfiguration


  • @Configuration
    public class EventListenerAutoConfiguration
    extends Object
    • Constructor Detail

      • EventListenerAutoConfiguration

        public EventListenerAutoConfiguration()
    • Method Detail

      • reindexJobEventListener

        @Bean
        @ConditionalOnMissingBean
        public ReindexJobEventListener reindexJobEventListener​(com.broadleafcommerce.search.index.core.ProcessStateService processStateService,
                                                               com.broadleafcommerce.search.index.core.service.ReindexJobService<com.broadleafcommerce.search.index.core.domain.ReindexJob> reindexJobService)