public class VertxWebRecorder extends Object
| 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) |
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> createHandler(String handlerClassName)
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 © 2021 JBoss by Red Hat. All rights reserved.