Class ResourceNotFoundHandler
java.lang.Object
io.quarkus.vertx.http.runtime.devmode.ResourceNotFoundHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class ResourceNotFoundHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Lists all routes when no route matches the path in the dev mode.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResourceNotFoundHandler
public ResourceNotFoundHandler()
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext routingContext) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-