| Package | Description |
|---|---|
| nl.talsmasoftware.context |
The core concepts of the context-propagation library.
|
| nl.talsmasoftware.context.delegation |
| Modifier and Type | Method | Description |
|---|---|---|
static ContextSnapshot |
ContextManagers.createContextSnapshot() |
This method is able to create a 'snapshot' from the current
active context from all known ContextManager
implementations. |
| Modifier and Type | Method | Description |
|---|---|---|
ContextSnapshot |
ContextSnapshotSupplier.get() |
Supply a snapshot.
|
protected ContextSnapshot |
WrapperWithContext.snapshot() |
Calls the supplier for the context snapshot, making sure it is called only once for this wrapper instance.
|
| Constructor | Description |
|---|---|
WrapperWithContext(ContextSnapshot snapshot,
T delegate) |
Creates a new Wrapper with the specified context snapshot.
|
Copyright © 2016–2018 Talsma ICT. All rights reserved.