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 TypeMethodDescriptionvoid
DefaultProcessStateService.publishEvent
(SearchIndexProcessEvent event) void
EventPublisher.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 TypeClassDescriptionclass
Event to notify that a batch ofIndexables
have been processed.class
Event to notify that the reindex process has been completed.class
Event to notify that an error occurred during the reindex process.class
Event to indicate that a reindex process has started for a givenIndexableType
.class
Event to indicate if the reindex process completed without errors.class
Event to notify that a Queue is ready for use.class
Event to indicate that the ID queue has been loaded and there is no more data to load.class
Provides an event to notify that a worker has completed its work.class
Provides an event to notify that a worker has started its work.