public class SmallRyeContextManager extends Object implements org.eclipse.microprofile.context.spi.ContextManager
| Modifier and Type | Class and Description |
|---|---|
static class |
SmallRyeContextManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_REMAINING_ARRAY |
static String[] |
NO_STRING |
| Modifier and Type | Method and Description |
|---|---|
CapturedContextState |
captureContext(ThreadContextProviderPlan plan) |
String[] |
getAllProviderTypes() |
ExecutorService |
getDefaultExecutorService() |
DefaultValues |
getDefaultValues() |
List<org.eclipse.microprofile.context.spi.ContextManagerExtension> |
getExtensions() |
ThreadContextProviderPlan |
getProviderPlan() |
ThreadContextProviderPlan |
getProviderPlan(String[] propagated,
String[] unchanged,
String[] cleared) |
org.eclipse.microprofile.context.ManagedExecutor.Builder |
newManagedExecutorBuilder() |
org.eclipse.microprofile.context.ThreadContext.Builder |
newThreadContextBuilder() |
public static final String[] NO_STRING
public static final String[] ALL_REMAINING_ARRAY
public String[] getAllProviderTypes()
public CapturedContextState captureContext(ThreadContextProviderPlan plan)
public ThreadContextProviderPlan getProviderPlan()
public ThreadContextProviderPlan getProviderPlan(String[] propagated, String[] unchanged, String[] cleared)
public org.eclipse.microprofile.context.ManagedExecutor.Builder newManagedExecutorBuilder()
newManagedExecutorBuilder in interface org.eclipse.microprofile.context.spi.ContextManagerpublic org.eclipse.microprofile.context.ThreadContext.Builder newThreadContextBuilder()
newThreadContextBuilder in interface org.eclipse.microprofile.context.spi.ContextManagerpublic ExecutorService getDefaultExecutorService()
public List<org.eclipse.microprofile.context.spi.ContextManagerExtension> getExtensions()
public DefaultValues getDefaultValues()
Copyright © 2018–2020. All rights reserved.