Interface DeltaExecutionPreprocessor
- All Known Implementing Classes:
IndexingManager
,OperationalDataManager
,TaskOperationalDataManager
public interface DeltaExecutionPreprocessor
Just a marker interface for now, reminding us that there seems to be a repeated pattern of "delta execution preprocessors"
(currently
OperationalDataManager
, TaskOperationalDataManager
, and IndexingManager
) that tweak
the deltas before they are executed.
In the future we can think about some generalization of these preprocessors, including extracting common
methods to this interface, code deduplication, and so on.