Class ArcThreadSetupAction
- java.lang.Object
-
- io.quarkus.resteasy.reactive.common.runtime.ArcThreadSetupAction
-
- All Implemented Interfaces:
ThreadSetupAction
public class ArcThreadSetupAction extends Object implements ThreadSetupAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.spi.ThreadSetupAction
ThreadSetupAction.ThreadState
-
-
Field Summary
-
Fields inherited from interface org.jboss.resteasy.reactive.spi.ThreadSetupAction
NOOP
-
-
Constructor Summary
Constructors Constructor Description ArcThreadSetupAction(io.quarkus.arc.ManagedContext managedContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadSetupAction.ThreadStateactivateInitial()ThreadSetupAction.ThreadStatecurrentState()
-
-
-
Method Detail
-
activateInitial
public ThreadSetupAction.ThreadState activateInitial()
- Specified by:
activateInitialin interfaceThreadSetupAction
-
currentState
public ThreadSetupAction.ThreadState currentState()
- Specified by:
currentStatein interfaceThreadSetupAction
-
-