Uses of Enum Class
io.quarkus.vertx.http.runtime.HandlerType
Packages that use HandlerType
-
Uses of HandlerType in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return HandlerTypeModifier and TypeMethodDescriptionstatic HandlerTypeReturns the enum constant of this class with the specified name.static HandlerType[]HandlerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.vertx.http.runtime with parameters of type HandlerTypeModifier and TypeMethodDescriptionvoidVertxHttpRecorder.addRoute(io.quarkus.runtime.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)