Class ArcThreadSetupAction
java.lang.Object
io.quarkus.resteasy.reactive.common.runtime.ArcThreadSetupAction
- All Implemented Interfaces:
org.jboss.resteasy.reactive.spi.ThreadSetupAction
public class ArcThreadSetupAction
extends Object
implements org.jboss.resteasy.reactive.spi.ThreadSetupAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.spi.ThreadSetupAction
org.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadState -
Field Summary
Fields inherited from interface org.jboss.resteasy.reactive.spi.ThreadSetupAction
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadStateorg.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadStateboolean
-
Constructor Details
-
ArcThreadSetupAction
public ArcThreadSetupAction(io.quarkus.arc.ManagedContext managedContext)
-
-
Method Details
-
activateInitial
public org.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadState activateInitial()- Specified by:
activateInitialin interfaceorg.jboss.resteasy.reactive.spi.ThreadSetupAction
-
currentState
public org.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadState currentState()- Specified by:
currentStatein interfaceorg.jboss.resteasy.reactive.spi.ThreadSetupAction
-
isRequestContextActive
public boolean isRequestContextActive()- Specified by:
isRequestContextActivein interfaceorg.jboss.resteasy.reactive.spi.ThreadSetupAction
-