Interface ChangeDetectionController
- All Known Implementing Classes:
ChangeDetectionControllerImpl
@Internal
public interface ChangeDetectionController
Controller for internal change detection services. Allows shutting CD down nicely.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable ChangeDetectionController.ShutdownMarker
Stop accepting any new change detection requests.
-
Method Details
-
shutdownChangeDetection
Stop accepting any new change detection requests. Deactivate all Triggers.- Returns:
- future that is done when all change detection request are finished.
-
getShutdownMarkerIfAvailable
-