public class VertxWebRecorder extends Object
| Constructor and Description |
|---|
VertxWebRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCacheOnShutdown(ShutdownContext shutdown) |
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)
public void clearCacheOnShutdown(ShutdownContext shutdown)
Copyright © 2020 JBoss by Red Hat. All rights reserved.