Interface RequestContextFactory
public interface RequestContextFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateContext(Deployment deployment, Object context, ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain) default boolean
-
Method Details
-
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
-