public class VertxHttpHotReplacementSetup extends Object implements io.quarkus.dev.spi.HotReplacementSetup
| Constructor and Description |
|---|
VertxHttpHotReplacementSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
handleDeploymentProblem(io.vertx.ext.web.RoutingContext routingContext,
Throwable exception) |
void |
handleFailedInitialStart() |
(package private) void |
handleHotReplacementRequest(io.vertx.ext.web.RoutingContext routingContext) |
void |
setupHotDeployment(io.quarkus.dev.spi.HotReplacementContext context) |
public void setupHotDeployment(io.quarkus.dev.spi.HotReplacementContext context)
setupHotDeployment in interface io.quarkus.dev.spi.HotReplacementSetuppublic void handleFailedInitialStart()
handleFailedInitialStart in interface io.quarkus.dev.spi.HotReplacementSetupvoid handleHotReplacementRequest(io.vertx.ext.web.RoutingContext routingContext)
public static void handleDeploymentProblem(io.vertx.ext.web.RoutingContext routingContext,
Throwable exception)
public void close()
close in interface io.quarkus.dev.spi.HotReplacementSetupCopyright © 2021 JBoss by Red Hat. All rights reserved.