Package io.quarkus.devui.runtime
Class EndpointInfoHandler
java.lang.Object
io.quarkus.devui.runtime.EndpointInfoHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class EndpointInfoHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handler to return the endpoint info
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.vertx.ext.web.RoutingContext event) voidsetBasePath(String basePath)
-
Constructor Details
-
EndpointInfoHandler
public EndpointInfoHandler() -
EndpointInfoHandler
-
-
Method Details
-
getBasePath
-
setBasePath
-
handle
public void handle(io.vertx.ext.web.RoutingContext event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-