Interface ExtendedIndexerBatchListener
-
- All Superinterfaces:
IndexerBatchListener
public interface ExtendedIndexerBatchListener extends IndexerBatchListener
Extending listener for indexer batch context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterPrepareContext(IndexerBatchContext context)The implementation of this method will be invoked after the context preparation.-
Methods inherited from interface de.hybris.platform.solrfacetsearch.indexer.IndexerBatchListener
afterBatch, afterBatchError, beforeBatch
-
-
-
-
Method Detail
-
afterPrepareContext
void afterPrepareContext(IndexerBatchContext context) throws IndexerException
The implementation of this method will be invoked after the context preparation.- Parameters:
context- - TheIndexerBatchContext- Throws:
IndexerException
-
-