Interface RequestContextFactory
-
public interface RequestContextFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ResteasyReactiveRequestContextcreateContext(Deployment deployment, Object context, ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain)default booleanisDefaultBlocking()
-
-
-
Method Detail
-
createContext
ResteasyReactiveRequestContext createContext(Deployment deployment, Object context, ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain)
-
isDefaultBlocking
default boolean isDefaultBlocking()
- Returns:
trueif requests default to blocking when created by this factory
-
-