Uses of Class
io.smallrye.context.SmallRyeContextManager.Builder
-
Packages that use SmallRyeContextManager.Builder Package Description io.smallrye.context -
-
Uses of SmallRyeContextManager.Builder in io.smallrye.context
Methods in io.smallrye.context that return SmallRyeContextManager.Builder Modifier and Type Method Description SmallRyeContextManager.BuilderSmallRyeContextManager.Builder. addDiscoveredContextManagerExtensions()SmallRyeContextManager.BuilderSmallRyeContextManager.Builder. addDiscoveredThreadContextProviders()SmallRyeContextManager.BuilderSmallRyeContextManager.Builder. forClassLoader(ClassLoader classLoader)SmallRyeContextManager.BuilderSmallRyeContextManagerProvider. getContextManagerBuilder()SmallRyeContextManager.BuilderSmallRyeContextManager.Builder. withContextManagerExtensions(org.eclipse.microprofile.context.spi.ContextManagerExtension... propagators)SmallRyeContextManager.BuilderSmallRyeContextManager.Builder. withDefaultExecutorService(ExecutorService executorService)Make all createdSmallRyeManagedExecutorforward to the given executor service by default instead of creating new executor services to back them.SmallRyeContextManager.BuilderSmallRyeContextManager.Builder. withThreadContextProviders(org.eclipse.microprofile.context.spi.ThreadContextProvider... providers)
-