Class CatalogIndexerMessagingAutoConfiguration
java.lang.Object
com.broadleafcommerce.search.index.catalog.messaging.autoconfigure.CatalogIndexerMessagingAutoConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogIndexerMessagingAutoConfiguration
(com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, CatalogService catalogService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService) -
Method Summary
Modifier and TypeMethodDescriptioninventoryStockChangeMessageListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, InventoryAvailabilityService inventoryAvailabilityService) productBatchIndexRequestHandler
(CatalogIndexerProperties catalogIndexerProperties)
-
Constructor Details
-
CatalogIndexerMessagingAutoConfiguration
public CatalogIndexerMessagingAutoConfiguration(com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, CatalogService catalogService, com.broadleafcommerce.search.index.core.service.ReindexService reindexService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService)
-
-
Method Details
-
productSingleIndexRequestHandler
@Bean @ConditionalOnMissingBean public ProductSingleIndexRequestHandler productSingleIndexRequestHandler() -
productBatchIndexRequestHandler
@Bean @ConditionalOnMissingBean public ProductBatchIndexRequestHandler productBatchIndexRequestHandler(CatalogIndexerProperties catalogIndexerProperties) -
ancillaryProductSingleIndexRequestHandler
@Bean @ConditionalOnMissingBean public AncillaryProductSingleIndexRequestHandler ancillaryProductSingleIndexRequestHandler() -
productFullIndexMessageListener
@Bean @ConditionalOnMissingBean public ProductFullIndexMessageListener productFullIndexMessageListener() -
inventoryStockChangeMessageListener
@Bean @ConditionalOnMissingBean public InventoryStockChangeMessageListener inventoryStockChangeMessageListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, InventoryAvailabilityService inventoryAvailabilityService)
-