Class ResteasyReactiveVertxHandler

java.lang.Object
org.jboss.resteasy.reactive.server.vertx.ResteasyReactiveVertxHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class ResteasyReactiveVertxHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  • Constructor Details

    • ResteasyReactiveVertxHandler

      public ResteasyReactiveVertxHandler(Consumer<io.vertx.ext.web.RoutingContext> eventCustomizer, RestInitialHandler handler)
  • Method Details

    • handle

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