Class CustomerIndexerMessagingAutoConfiguration

java.lang.Object
com.broadleafcommerce.search.index.customer.messaging.CustomerIndexerMessagingAutoConfiguration

@Configuration public class CustomerIndexerMessagingAutoConfiguration extends Object
  • Constructor Details

    • CustomerIndexerMessagingAutoConfiguration

      public CustomerIndexerMessagingAutoConfiguration()
  • Method Details

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