Class RouteHandler

java.lang.Object
io.quarkus.vertx.web.runtime.RouteHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public abstract class RouteHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handles invocation of a reactive route.
See Also:
  • Constructor Details

    • RouteHandler

      public RouteHandler()
  • Method Details

    • invoke

      public abstract void invoke(io.vertx.ext.web.RoutingContext context)
      Invokes the route method.
      Parameters:
      context -
    • handle

      public void handle(io.vertx.ext.web.RoutingContext context)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>