Interface ExtendedIndexerListener
-
- All Superinterfaces:
IndexerListener
- All Known Implementing Classes:
IndexerOperationListener
public interface ExtendedIndexerListener extends IndexerListener
Extending listener for indexer context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterPrepareContext(IndexerContext context)The implementation of this method will be invoked after the context preparation.-
Methods inherited from interface de.hybris.platform.solrfacetsearch.indexer.IndexerListener
afterIndex, afterIndexError, beforeIndex
-
-
-
-
Method Detail
-
afterPrepareContext
void afterPrepareContext(IndexerContext context) throws IndexerException
The implementation of this method will be invoked after the context preparation.- Parameters:
context- - TheIndexerContext- Throws:
IndexerException
-
-