Class VirtualThreadsRouteHandler

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

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

    • VirtualThreadsRouteHandler

      public VirtualThreadsRouteHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler)
  • Method Details

    • handle

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