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 HotReplacementSetuppublic void handleFailedInitialStart()
handleFailedInitialStart in interface 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 HotReplacementSetupCopyright © 2020 JBoss by Red Hat. All rights reserved.