public class VertxHotReplacementSetup extends Object implements HotReplacementSetup
Constructor and Description |
---|
VertxHotReplacementSetup() |
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(HotReplacementContext context) |
public void setupHotDeployment(HotReplacementContext context)
setupHotDeployment
in interface HotReplacementSetup
public void handleFailedInitialStart()
handleFailedInitialStart
in interface HotReplacementSetup
void 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 HotReplacementSetup
Copyright © 2020 JBoss by Red Hat. All rights reserved.