Uses of Class
io.quarkus.vertx.http.runtime.HandlerType
-
Packages that use HandlerType Package Description io.quarkus.vertx.http.runtime -
-
Uses of HandlerType in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return HandlerType Modifier and Type Method Description static HandlerTypeHandlerType. valueOf(String name)Returns the enum constant of this type with the specified name.static HandlerType[]HandlerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.vertx.http.runtime with parameters of type HandlerType Modifier and Type Method Description voidVertxHttpRecorder. addRoute(RuntimeValue<io.vertx.ext.web.Router> router, Function<io.vertx.ext.web.Router,io.vertx.ext.web.Route> route, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler, HandlerType type)
-