@Beta @ParametersAreNonnullByDefault public interface ThreadLocalContextAttacher
Modifier and Type | Interface and Description |
---|---|
static interface |
ThreadLocalContextAttacher.Attached |
Modifier and Type | Method and Description |
---|---|
ThreadLocalContextAttacher.Attached |
attach(ExecutionContext ctx)
Attach an execution context to the current Thread.
|
ThreadLocalContextAttacher.Attached attach(ExecutionContext ctx)
ctx
- the Execution context.Copyright © 2021 SPF4J. All rights reserved.