Package org.jboss.resteasy.reactive.spi
Interface ThreadSetupAction
-
public interface ThreadSetupAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceThreadSetupAction.ThreadState
-
Field Summary
Fields Modifier and Type Field Description static ThreadSetupActionNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadSetupAction.ThreadStateactivateInitial()ThreadSetupAction.ThreadStatecurrentState()
-
-
-
Field Detail
-
NOOP
static final ThreadSetupAction NOOP
-
-
Method Detail
-
activateInitial
ThreadSetupAction.ThreadState activateInitial()
-
currentState
ThreadSetupAction.ThreadState currentState()
-
-