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.ThreadContextProvider
public org.eclipse.microprofile.context.spi.ThreadContextSnapshot clearedContext(Map<String,String> props)
clearedContext
in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
public String getThreadContextType()
getThreadContextType
in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
Copyright © 2019 JBoss by Red Hat. All rights reserved.