Class CustomerIndexerMessagingAutoConfiguration


  • @Configuration
    public class CustomerIndexerMessagingAutoConfiguration
    extends Object
    • Constructor Detail

      • CustomerIndexerMessagingAutoConfiguration

        public CustomerIndexerMessagingAutoConfiguration()
    • Method Detail

      • customerSingleIndexRequestHandler

        @Bean
        @ConditionalOnMissingBean
        public CustomerSingleIndexRequestHandler customerSingleIndexRequestHandler​(CustomerService customerService,
                                                                                   com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService,
                                                                                   com.broadleafcommerce.search.index.core.service.ReindexService reindexService,
                                                                                   com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      • customerBatchIndexRequestHandler

        @Bean
        @ConditionalOnMissingBean
        public CustomerBatchIndexRequestHandler customerBatchIndexRequestHandler​(com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService,
                                                                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                                                                 com.broadleafcommerce.search.index.core.service.ReindexService reindexService,
                                                                                 CustomerService customerService,
                                                                                 CustomerIndexerProperties customerIndexerProperties)
      • customerFullIndexMessageListener

        @Bean
        @ConditionalOnMissingBean
        public CustomerFullIndexMessageListener customerFullIndexMessageListener​(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService,
                                                                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                                                                 com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService)