Class ContextUtil

java.lang.Object
io.quarkus.resteasy.runtime.ContextUtil

public class ContextUtil extends Object
  • Constructor Details

    • ContextUtil

      public ContextUtil()
  • Method Details

    • pushContext

      public static void pushContext(io.vertx.ext.web.RoutingContext routingContext)
      Used to push context objects from virtual http plugins like AWS Lambda and Azure Functions. We keep this code here because it is used in multiple places.
      Parameters:
      routingContext -