Class 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:
    Route
    • Constructor Detail

      • RouteHandler

        public RouteHandler()
    • Method Detail

      • 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>