Class WorkerCompletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
com.broadleafcommerce.search.index.core.event.WorkerCompletedEvent
- All Implemented Interfaces:
IndexableTypeAware
,Serializable
Provides an event to notify that a worker has completed its work.
- Author:
- Kelly Tisdell (ktisdell)
- See Also:
-
Field Summary
Fields inherited from class com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
DEFAULT_SOURCE
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionWorkerCompletedEvent
(com.broadleafcommerce.search.api.type.IndexableType type, String correlationId) WorkerCompletedEvent
(Object source, com.broadleafcommerce.search.api.type.IndexableType type, String correlationId) -
Method Summary
Modifier and TypeMethodDescriptionThe ID which uniquely identifies this reindex process.Methods inherited from class com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
getIndexableType
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
WorkerCompletedEvent
public WorkerCompletedEvent(com.broadleafcommerce.search.api.type.IndexableType type, @Nullable String correlationId) -
WorkerCompletedEvent
-
-
Method Details
-
getCorrelationId
The ID which uniquely identifies this reindex process.- Returns:
- the ID which uniquely identifies this reindex process
-