Class CustomerIndexerQueueAutoConfiguration


  • @Configuration
    public class CustomerIndexerQueueAutoConfiguration
    extends Object
    • Constructor Detail

      • CustomerIndexerQueueAutoConfiguration

        public CustomerIndexerQueueAutoConfiguration()
    • Method Detail

      • customerQueueLoader

        @Bean
        @ConditionalOnMissingBean
        public CustomerQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>> customerQueueLoader​(com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties,
                                                                                                                            CustomerIndexerProperties customerIndexerProperties,
                                                                                                                            CustomerService customerService,
                                                                                                                            com.broadleafcommerce.search.index.core.ProcessStateService processStateService)