Interface WorkExecutionIndexManagerContext


public interface WorkExecutionIndexManagerContext
An interface with knowledge of the index manager internals, able to retrieve components related to work execution.

Note this interface exists mainly to more cleanly pass information from the index manager to the various work execution components. If we just passed the index manager to the various work execution components, we would have a cyclic dependency. If we passed all the components held by the index manager to the various work execution components, we would end up with methods with many parameters.