Uses of Class
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
Packages that use SearchIndexProcessEvent
Package
Description
-
Uses of SearchIndexProcessEvent in com.broadleafcommerce.search.index.core
Methods in com.broadleafcommerce.search.index.core with parameters of type SearchIndexProcessEventModifier and TypeMethodDescriptionvoidDefaultProcessStateService.publishEvent(SearchIndexProcessEvent event) voidEventPublisher.publishEvent(SearchIndexProcessEvent event) Lightweight interface to publish an event. -
Uses of SearchIndexProcessEvent in com.broadleafcommerce.search.index.core.event
Subclasses of SearchIndexProcessEvent in com.broadleafcommerce.search.index.core.eventModifier and TypeClassDescriptionclassEvent to notify that a batch ofIndexableshave been processed.classEvent to notify that the reindex process has been completed.classEvent to notify that an error occurred during the reindex process.classEvent to indicate that a reindex process has started for a givenIndexableType.classEvent to indicate if the reindex process completed without errors.classEvent to notify that a Queue is ready for use.classEvent to indicate that the ID queue has been loaded and there is no more data to load.classProvides an event to notify that a worker has completed its work.classProvides an event to notify that a worker has started its work.