Interface ExtendedIndexerBatchListener
- All Superinterfaces:
IndexerBatchListener
Extending listener for indexer batch context.
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterPrepareContext(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 Details
-
afterPrepareContext
The implementation of this method will be invoked after the context preparation.- Parameters:
context- - TheIndexerBatchContext- Throws:
IndexerException
-