Class VertxRequestContextFactory
java.lang.Object
org.jboss.resteasy.reactive.server.vertx.VertxRequestContextFactory
- All Implemented Interfaces:
RequestContextFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(Deployment deployment, Object context, org.jboss.resteasy.reactive.spi.ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.core.RequestContextFactory
isDefaultBlocking
-
Constructor Details
-
VertxRequestContextFactory
public VertxRequestContextFactory()
-
-
Method Details
-
createContext
public ResteasyReactiveRequestContext createContext(Deployment deployment, Object context, org.jboss.resteasy.reactive.spi.ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain) - Specified by:
createContextin interfaceRequestContextFactory
-