public class ManagedExecutorBuilderImpl extends Object implements org.eclipse.microprofile.context.ManagedExecutor.Builder
| Constructor and Description |
|---|
ManagedExecutorBuilderImpl(SmallRyeContextManager manager) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.context.ManagedExecutor |
build() |
org.eclipse.microprofile.context.ManagedExecutor.Builder |
cleared(String... types) |
org.eclipse.microprofile.context.ManagedExecutor.Builder |
injectionPointName(String name) |
org.eclipse.microprofile.context.ManagedExecutor.Builder |
maxAsync(int max) |
org.eclipse.microprofile.context.ManagedExecutor.Builder |
maxQueued(int max) |
org.eclipse.microprofile.context.ManagedExecutor.Builder |
propagated(String... types) |
public ManagedExecutorBuilderImpl(SmallRyeContextManager manager)
public org.eclipse.microprofile.context.ManagedExecutor build()
build in interface org.eclipse.microprofile.context.ManagedExecutor.Builderpublic org.eclipse.microprofile.context.ManagedExecutor.Builder propagated(String... types)
propagated in interface org.eclipse.microprofile.context.ManagedExecutor.Builderpublic org.eclipse.microprofile.context.ManagedExecutor.Builder maxAsync(int max)
maxAsync in interface org.eclipse.microprofile.context.ManagedExecutor.Builderpublic org.eclipse.microprofile.context.ManagedExecutor.Builder maxQueued(int max)
maxQueued in interface org.eclipse.microprofile.context.ManagedExecutor.Builderpublic org.eclipse.microprofile.context.ManagedExecutor.Builder cleared(String... types)
cleared in interface org.eclipse.microprofile.context.ManagedExecutor.Builderpublic org.eclipse.microprofile.context.ManagedExecutor.Builder injectionPointName(String name)
Copyright © 2019. All rights reserved.