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
    Constructor
    Description
    ArcThreadSetupAction(io.quarkus.arc.ManagedContext managedContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadState
     
    org.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadState
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ArcThreadSetupAction

      public ArcThreadSetupAction(io.quarkus.arc.ManagedContext managedContext)
  • Method Details

    • activateInitial

      public org.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadState activateInitial()
      Specified by:
      activateInitial in interface org.jboss.resteasy.reactive.spi.ThreadSetupAction
    • currentState

      public org.jboss.resteasy.reactive.spi.ThreadSetupAction.ThreadState currentState()
      Specified by:
      currentState in interface org.jboss.resteasy.reactive.spi.ThreadSetupAction
    • isRequestContextActive

      public boolean isRequestContextActive()
      Specified by:
      isRequestContextActive in interface org.jboss.resteasy.reactive.spi.ThreadSetupAction