Class RouteFunction
java.lang.Object
io.quarkus.reactivemessaging.http.runtime.RouteFunction
- All Implemented Interfaces:
Consumer<io.vertx.ext.web.Route>
-
Constructor Summary
ConstructorsConstructorDescriptionRouteFunction(String path, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(io.vertx.ext.web.Route route) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>getPath()voidsetHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) void
-
Constructor Details
-
RouteFunction
public RouteFunction() -
RouteFunction
-
-
Method Details
-
getHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getHandler() -
getPath
-
setHandler
public void setHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) -
setPath
-
accept
public void accept(io.vertx.ext.web.Route route)
-