Interface ContextAwareCallback
- 
- All Superinterfaces:
 IndexUpdateCallback
public interface ContextAwareCallback extends IndexUpdateCallback
Extension to IndexUpdateCallback which also provides access toIndexingContext 
- 
- 
Field Summary
- 
Fields inherited from interface org.apache.jackrabbit.oak.plugins.index.IndexUpdateCallback
NOOP 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexingContextgetIndexingContext()- 
Methods inherited from interface org.apache.jackrabbit.oak.plugins.index.IndexUpdateCallback
indexUpdate 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getIndexingContext
IndexingContext getIndexingContext()
 
 - 
 
 -