Package io.quarkus.dev.spi
Interface DeploymentFailedStartHandler
public interface DeploymentFailedStartHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called if the app fails to start the first time.
-
Method Details
-
handleFailedInitialStart
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
-