public final class DevConsoleRouteBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Routes are registered under /q/dev/{groupId}.{artifactId}/
This handler executes in the deployment class loader.
| Constructor and Description |
|---|
DevConsoleRouteBuildItem(String path,
String method,
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) |
DevConsoleRouteBuildItem(String groupId,
String artifactId,
String path,
String method,
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
getHandler() |
String |
getMethod() |
String |
getPath() |
Map.Entry<String,String> |
groupIdAndArtifactId(CurateOutcomeBuildItem curateOutcomeBuildItem)
Gets the group id and artifact ID.
|
public DevConsoleRouteBuildItem(String groupId, String artifactId, String path, String method, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
public Map.Entry<String,String> groupIdAndArtifactId(CurateOutcomeBuildItem curateOutcomeBuildItem)
public String getPath()
public String getMethod()
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler()
Copyright © 2021 JBoss by Red Hat. All rights reserved.