Interface HotReplacementSetup


public interface HotReplacementSetup
Service interface that is used to abstract away the details of how hot deployment is performed
  • Method Details

    • setupHotDeployment

      void setupHotDeployment(HotReplacementContext context)
    • handleFailedInitialStart

      default void handleFailedInitialStart()
      This method is called if the app fails to start the first time. This allows for hot deployment providers to still start, and provide a way for the user to recover their app
    • close

      default void close()