Interface ChangeDetectionController

All Known Implementing Classes:
ChangeDetectionControllerImpl

@Internal public interface ChangeDetectionController
Controller for internal change detection services. Allows shutting CD down nicely.
  • Method Details

    • shutdownChangeDetection

      @NotNull @NotNull Future<Boolean> shutdownChangeDetection()
      Stop accepting any new change detection requests. Deactivate all Triggers.
      Returns:
      future that is done when all change detection request are finished.
    • getShutdownMarkerIfAvailable

      @Nullable @Nullable ChangeDetectionController.ShutdownMarker getShutdownMarkerIfAvailable()