Class CustomerIndexerQueueAutoConfiguration

java.lang.Object
com.broadleafcommerce.search.index.customer.queue.autoconfigure.CustomerIndexerQueueAutoConfiguration

@Configuration public class CustomerIndexerQueueAutoConfiguration extends Object
  • Constructor Details

    • CustomerIndexerQueueAutoConfiguration

      public CustomerIndexerQueueAutoConfiguration()
  • Method Details

    • 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)