| Package | Description |
|---|---|
| nl.talsmasoftware.concurrency.context | |
| nl.talsmasoftware.concurrency.context.threadlocal |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LegacyContext<T> |
Deprecated.
This only exists to allows old ContextManagers to delegate to new implementations.
|
| Modifier and Type | Method | Description |
|---|---|---|
Context<T> |
ContextManager.getActiveContext() |
Deprecated.
This method returns the current context, or
null if no context is currently active. |
Context<T> |
ContextManager.initializeNewContext(T value) |
Deprecated.
This method initializes a new context containing the specified
value. |
Context<Void> |
ContextSnapshot.reactivate() |
Deprecated.
This method activates all contained values by the snapshot in their respective
Context implementations. |
static <T> Context<T> |
LegacyContext.wrap(nl.talsmasoftware.context.Context<T> ctx) |
Deprecated.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractThreadLocalContext<T> |
Deprecated.
This is the old implementation.
Please switch to
nl.talsmasoftware.context.threadlocal.AbstractThreadLocalContext |
Copyright © 2016–2018 Talsma ICT. All rights reserved.