| Package | Description |
|---|---|
| io.quarkus.vertx.http.runtime |
| Modifier and Type | Method and Description |
|---|---|
static HandlerType |
HandlerType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VertxHttpRecorder.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 blocking) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.