Package org.jboss.resteasy.context
Class ResteasyContextProvider
- java.lang.Object
-
- org.jboss.resteasy.context.ResteasyContextProvider
-
- All Implemented Interfaces:
org.eclipse.microprofile.context.spi.ThreadContextProvider
public class ResteasyContextProvider extends Object implements org.eclipse.microprofile.context.spi.ThreadContextProvider
-
-
Constructor Summary
Constructors Constructor Description ResteasyContextProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.context.spi.ThreadContextSnapshot
clearedContext(Map<String,String> props)
org.eclipse.microprofile.context.spi.ThreadContextSnapshot
currentContext(Map<String,String> props)
String
getThreadContextType()
-
-
-
Method Detail
-
currentContext
public org.eclipse.microprofile.context.spi.ThreadContextSnapshot currentContext(Map<String,String> props)
- Specified by:
currentContext
in interfaceorg.eclipse.microprofile.context.spi.ThreadContextProvider
-
clearedContext
public org.eclipse.microprofile.context.spi.ThreadContextSnapshot clearedContext(Map<String,String> props)
- Specified by:
clearedContext
in interfaceorg.eclipse.microprofile.context.spi.ThreadContextProvider
-
getThreadContextType
public String getThreadContextType()
- Specified by:
getThreadContextType
in interfaceorg.eclipse.microprofile.context.spi.ThreadContextProvider
-
-