Package io.quarkus.resteasy.runtime
Class ContextUtil
java.lang.Object
io.quarkus.resteasy.runtime.ContextUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpushContext(io.vertx.ext.web.RoutingContext routingContext) Used to push context objects from virtual http plugins like AWS Lambda and Azure Functions.
-
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-
-