Uses of Class
io.smallrye.context.SmallRyeManagedExecutor.Builder
Packages that use SmallRyeManagedExecutor.Builder
-
Uses of SmallRyeManagedExecutor.Builder in io.smallrye.context
Methods in io.smallrye.context that return SmallRyeManagedExecutor.BuilderModifier and TypeMethodDescriptionSmallRyeManagedExecutor.builder()SmallRyeManagedExecutor.Builder.injectionPointName(String name) SmallRyeManagedExecutor.Builder.maxAsync(int max) SmallRyeManagedExecutor.Builder.maxQueued(int max) SmallRyeContextManager.newManagedExecutorBuilder()SmallRyeManagedExecutor.Builder.propagated(String... types) SmallRyeManagedExecutor.Builder.withExecutorService(ExecutorService executorService) Delegate execution to the given executor service instead of the default set bySmallRyeContextManager.Builder.withDefaultExecutorService(ExecutorService).SmallRyeManagedExecutor.Builder.withNewExecutorService()Forces the creation of a new executor service.