Class CustomerIndexerMessagingAutoConfiguration
java.lang.Object
com.broadleafcommerce.search.index.customer.messaging.CustomerIndexerMessagingAutoConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomerBatchIndexRequestHandler
(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
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService) 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)
-
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)
-