Class RoutingExchangeImpl

java.lang.Object
io.quarkus.vertx.web.runtime.RoutingExchangeImpl
All Implemented Interfaces:
RoutingExchange

public class RoutingExchangeImpl extends Object implements RoutingExchange
  • Constructor Details

    • RoutingExchangeImpl

      public RoutingExchangeImpl(io.vertx.ext.web.RoutingContext context)
  • Method Details

    • context

      public io.vertx.ext.web.RoutingContext context()
      Specified by:
      context in interface RoutingExchange
      Returns:
      the underlying Vert.x routing context.