Class ServletThreadContextProvider

java.lang.Object
io.quarkus.undertow.runtime.ServletThreadContextProvider
All Implemented Interfaces:
org.eclipse.microprofile.context.spi.ThreadContextProvider

public class ServletThreadContextProvider extends Object implements org.eclipse.microprofile.context.spi.ThreadContextProvider
  • Constructor Details

    • ServletThreadContextProvider

      public ServletThreadContextProvider()
  • Method Details

    • currentContext

      public org.eclipse.microprofile.context.spi.ThreadContextSnapshot currentContext(Map<String,String> props)
      Specified by:
      currentContext in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
    • clearedContext

      public org.eclipse.microprofile.context.spi.ThreadContextSnapshot clearedContext(Map<String,String> props)
      Specified by:
      clearedContext in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
    • getThreadContextType

      public String getThreadContextType()
      Specified by:
      getThreadContextType in interface org.eclipse.microprofile.context.spi.ThreadContextProvider