Class ResourceNotFoundRecorder

java.lang.Object
io.quarkus.vertx.http.runtime.devmode.ResourceNotFoundRecorder

public class ResourceNotFoundRecorder extends Object
  • Constructor Details

    • ResourceNotFoundRecorder

      public ResourceNotFoundRecorder()
  • Method Details

    • registerNotFoundHandler

      public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> registerNotFoundHandler(io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> httpRouter, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> mainRouter, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> managementRouter, io.quarkus.arc.runtime.BeanContainer beanContainer, String baseUrl, String httpRoot, List<RouteDescription> endpointRoutes, Set<String> staticRoots, List<AdditionalRouteDescription> additionalEndpoints)