Class VertxHttpHotReplacementSetup

  • All Implemented Interfaces:
    io.quarkus.dev.spi.HotReplacementSetup

    public class VertxHttpHotReplacementSetup
    extends Object
    implements io.quarkus.dev.spi.HotReplacementSetup
    • Constructor Detail

      • VertxHttpHotReplacementSetup

        public VertxHttpHotReplacementSetup()
    • Method Detail

      • setupHotDeployment

        public void setupHotDeployment​(io.quarkus.dev.spi.HotReplacementContext context)
        Specified by:
        setupHotDeployment in interface io.quarkus.dev.spi.HotReplacementSetup
      • handleFailedInitialStart

        public void handleFailedInitialStart()
        Specified by:
        handleFailedInitialStart in interface io.quarkus.dev.spi.HotReplacementSetup
      • handleDevModeRestart

        public static void handleDevModeRestart()
      • handleHotReplacementRequest

        void handleHotReplacementRequest​(io.vertx.ext.web.RoutingContext routingContext)
      • handleDeploymentProblem

        public static void handleDeploymentProblem​(io.vertx.ext.web.RoutingContext routingContext,
                                                   Throwable exception)
      • close

        public void close()
        Specified by:
        close in interface io.quarkus.dev.spi.HotReplacementSetup