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 Constructor Description EndpointInfoHandler()EndpointInfoHandler(String basePath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBasePath()voidhandle(io.vertx.ext.web.RoutingContext event)voidsetBasePath(String basePath)(package private) static voidsetEndpoints(List<EndpointInfo> endpointInfos)
-
-
-
Constructor Detail
-
EndpointInfoHandler
public EndpointInfoHandler()
-
EndpointInfoHandler
public EndpointInfoHandler(String basePath)
-
-
Method Detail
-
setEndpoints
static void setEndpoints(List<EndpointInfo> endpointInfos)
-
getBasePath
public String getBasePath()
-
setBasePath
public void setBasePath(String basePath)
-
handle
public void handle(io.vertx.ext.web.RoutingContext event)
- Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
-