public class ResteasyContextProvider extends Object implements org.eclipse.microprofile.context.spi.ThreadContextProvider
| Constructor and Description |
|---|
ResteasyContextProvider() |
| Modifier and Type | Method and 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() |
public org.eclipse.microprofile.context.spi.ThreadContextSnapshot currentContext(Map<String,String> props)
currentContext in interface org.eclipse.microprofile.context.spi.ThreadContextProviderpublic org.eclipse.microprofile.context.spi.ThreadContextSnapshot clearedContext(Map<String,String> props)
clearedContext in interface org.eclipse.microprofile.context.spi.ThreadContextProviderpublic String getThreadContextType()
getThreadContextType in interface org.eclipse.microprofile.context.spi.ThreadContextProviderCopyright © 2020 JBoss by Red Hat. All rights reserved.