public interface  org.eclipse.microprofile.context.spi.ContextManager extends java.lang.Object
{
public abstract org.eclipse.microprofile.context.ManagedExecutor$Builder newManagedExecutorBuilder();
public abstract org.eclipse.microprofile.context.ThreadContext$Builder newThreadContextBuilder();
}