Class ProcessCompletedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
com.broadleafcommerce.search.index.core.event.ProcessCompletedEvent
All Implemented Interfaces:
IndexableTypeAware, Serializable

public class ProcessCompletedEvent extends SearchIndexProcessEvent
Event to notify that the reindex process has been completed. This will be raised whether the process was successful or failed.
Author:
Kelly Tisdell (ktisdell)
See Also:
  • Constructor Details

    • ProcessCompletedEvent

      public ProcessCompletedEvent(com.broadleafcommerce.search.api.type.IndexableType indexableType)
    • ProcessCompletedEvent

      public ProcessCompletedEvent(Object source, com.broadleafcommerce.search.api.type.IndexableType indexableType)