Class VertxRequestContextFactory
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.vertx.VertxRequestContextFactory
-
- All Implemented Interfaces:
RequestContextFactory
public class VertxRequestContextFactory extends Object implements RequestContextFactory
-
-
Constructor Summary
Constructors Constructor Description VertxRequestContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResteasyReactiveRequestContextcreateContext(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, wait
-
Methods inherited from interface org.jboss.resteasy.reactive.server.core.RequestContextFactory
isDefaultBlocking
-
-
-
-
Method Detail
-
createContext
public ResteasyReactiveRequestContext createContext(Deployment deployment, Object context, org.jboss.resteasy.reactive.spi.ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain)
- Specified by:
createContextin interfaceRequestContextFactory
-
-