public interface  io.quarkus.dev.spi.DeploymentFailedStartHandler extends java.lang.Object
{
public abstract void handleFailedInitialStart();
}