Uses of Class
io.smallrye.context.SmallRyeContextManager
-
Packages that use SmallRyeContextManager Package Description io.smallrye.context -
-
Uses of SmallRyeContextManager in io.smallrye.context
Methods in io.smallrye.context that return SmallRyeContextManager Modifier and Type Method Description SmallRyeContextManagerSmallRyeContextManager.Builder. build()SmallRyeContextManagerSmallRyeContextManagerProvider. getContextManager()SmallRyeContextManagerSmallRyeContextManagerProvider. getContextManager(ClassLoader classLoader)static SmallRyeContextManagerSmallRyeContextManagerProvider. getManager()Constructors in io.smallrye.context with parameters of type SmallRyeContextManager Constructor Description Builder(SmallRyeContextManager manager)Builder(SmallRyeContextManager manager)SmallRyeThreadContext(SmallRyeContextManager manager, String[] propagated, String[] unchanged, String[] cleared, String injectionPointName, ExecutorService defaultExecutor)
-