| Package | Description |
|---|---|
| nl.talsmasoftware.context |
This package contains the core concepts of this context-propagation library.
|
| nl.talsmasoftware.context.delegation | |
| nl.talsmasoftware.context.threadlocal |
| Class and 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 and 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 and Description |
|---|
| Context
A context can be anything that needs to be maintained on the 'current thread' level.
|
Copyright © 2016–2017 Talsma ICT. All rights reserved.