public class VertxWebRecorder extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static List<RouteHandler> |
handlers |
| Constructor and Description |
|---|
VertxWebRecorder() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
createHandler(String handlerClassName) |
Function<io.vertx.ext.web.Router,io.vertx.ext.web.Route> |
createRouteFunction(RouteMatcher matcher,
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler) |
void |
initHandlers() |
static volatile List<RouteHandler> handlers
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createHandler(String handlerClassName)
public void initHandlers()
public Function<io.vertx.ext.web.Router,io.vertx.ext.web.Route> createRouteFunction(RouteMatcher matcher, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler)
Copyright © 2020 JBoss by Red Hat. All rights reserved.