Interface Trackable
- All Known Implementing Classes:
TriggerApplierWithTrackerImpl
public interface Trackable
An interface for trigger appliers that can track the application of the triggers
-
Method Summary
Modifier and TypeMethodDescriptionReturns the lineage tracker used by the object.
-
Method Details
-
getTracker
LineageTracker getTracker()Returns the lineage tracker used by the object.- Returns:
- the tracker used by the object
-