| Package | Description |
|---|---|
| nl.talsmasoftware.context |
The core concepts of the context-propagation library.
|
| nl.talsmasoftware.context.delegation | |
| nl.talsmasoftware.context.threadlocal |
| Class | Description |
|---|---|
| Context |
A context can be anything that needs to be maintained on the 'current thread' level.
|
| ContextSnapshot |
Interface for a 'snapshot' that can capture the (then-) 'active context' from all known registered
ContextManager implementations.Obtain a new snapshot by calling ContextManagers.createContextSnapshot() which will include a snapshot
for all supported Context types through their respective managers. |
| Class | Description |
|---|---|
| ContextSnapshot |
Interface for a 'snapshot' that can capture the (then-) 'active context' from all known registered
ContextManager implementations.Obtain a new snapshot by calling ContextManagers.createContextSnapshot() which will include a snapshot
for all supported Context types through their respective managers. |
| Class | Description |
|---|---|
| Context |
A context can be anything that needs to be maintained on the 'current thread' level.
|
Copyright © 2016–2018 Talsma ICT. All rights reserved.