@ApplicationScoped public class MPConfigBean extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
MPConfigBean.Max5Queue |
Modifier and Type | Field and Description |
---|---|
protected CompletableFuture<Integer> |
completedFuture |
protected Executor |
contextSnapshot |
Constructor and Description |
---|
MPConfigBean() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Integer> |
getCompletedFuture() |
Executor |
getContextSnapshot() |
protected void |
setCompletedFuture(ManagedExecutor executor) |
protected void |
setContextSnapshot(ThreadContext contextPropagator) |
protected CompletableFuture<Integer> completedFuture
protected Executor contextSnapshot
@Inject protected void setCompletedFuture(ManagedExecutor executor)
@Inject protected void setContextSnapshot(@Named(value="producedThreadContext") ThreadContext contextPropagator)
public CompletableFuture<Integer> getCompletedFuture()
public Executor getContextSnapshot()
Copyright © 2021 Eclipse Foundation. All rights reserved.