Package com.broadleafcommerce.search.index.catalog.messaging.handler
@NonNullApi
package com.broadleafcommerce.search.index.catalog.messaging.handler
-
ClassesClassDescriptionAbstract SingleIndexRequest handler capable of reading products from Catalog for use in event processing.Listens for and handles single index requests originating from changes to an entity that is not a Product itself but is related to a product and thus requires that product to be indexed/reindexed.Listens for a
BatchIndexRequest
message and launches a reindex.Listens for single index requests originating from changes to Products and sends them to be updated in the index.