| Interface | Description |
|---|---|
| nl.talsmasoftware.concurrency.context.Context |
This is the old implementation. Please swith to
nl.talsmasoftware.context.Context |
| nl.talsmasoftware.concurrency.context.ContextManager |
This is the old implementation. Please swith to
nl.talsmasoftware.context.ContextManager |
| nl.talsmasoftware.concurrency.context.ContextSnapshot |
This is the old implementation. Please swith to
nl.talsmasoftware.context.ContextSnapshot |
| Class | Description |
|---|---|
| nl.talsmasoftware.concurrency.context.threadlocal.AbstractThreadLocalContext |
This is the old implementation.
Please switch to
nl.talsmasoftware.context.threadlocal.AbstractThreadLocalContext |
| nl.talsmasoftware.concurrency.context.function.BiConsumerWithContext |
Please swith to
nl.talsmasoftware.context.functions.BiConsumerWithContext |
| nl.talsmasoftware.concurrency.context.function.BiFunctionWithContext |
Please swith to
nl.talsmasoftware.context.functions.BiFunctionWithContext |
| nl.talsmasoftware.concurrency.context.function.BinaryOperatorWithContext |
Please swith to
nl.talsmasoftware.context.functions.BinaryOperatorWithContext |
| nl.talsmasoftware.concurrency.context.function.BiPredicateWithContext |
Please switch to
nl.talsmasoftware.context.functions.BiPredicateWithContext |
| nl.talsmasoftware.concurrency.context.function.BooleanSupplierWithContext |
Please switch to
nl.talsmasoftware.context.functions.BooleanSupplierWithContext |
| nl.talsmasoftware.concurrency.executors.CallMappingExecutorService |
Please switch to
nl.talsmasoftware.context.delegation.CallMappingExecutorService |
| nl.talsmasoftware.concurrency.context.function.ConsumerWithContext |
Please switch to
nl.talsmasoftware.context.functions.ConsumerWithContext |
| nl.talsmasoftware.concurrency.futures.ContextAwareCompletableFuture |
Please switch to
nl.talsmasoftware.context.futures.ContextAwareCompletableFuture |
| nl.talsmasoftware.concurrency.executors.ContextAwareExecutorService |
Please switch to
nl.talsmasoftware.context.executors.ContextAwareExecutorService |
| nl.talsmasoftware.concurrency.context.ContextManagers |
This is the old implementation. Please swith to
nl.talsmasoftware.context.ContextManagers |
| nl.talsmasoftware.concurrency.executors.DelegatingExecutorService |
Please switch to
nl.talsmasoftware.context.delegation.DelegatingExecutorService |
| nl.talsmasoftware.concurrency.futures.DelegatingFuture |
Please switch to
nl.talsmasoftware.context.delegation.DelegatingFuture |
| nl.talsmasoftware.concurrency.context.function.FunctionWithContext |
Please switch to
nl.talsmasoftware.context.functions.FunctionWithContext |
| nl.talsmasoftware.concurrency.context.LegacyContext |
This only exists to allows old ContextManagers to delegate to new implementations.
|
| nl.talsmasoftware.concurrency.context.LegacyContextManagerBridge |
This class serves as a 'bridge' to propagate deprecated ContextManagers through the new implementation.
|
| nl.talsmasoftware.concurrency.context.function.PredicateWithContext |
Please switch to
nl.talsmasoftware.context.functions.PredicateWithContext |
| nl.talsmasoftware.concurrency.context.function.RunnableWithContext |
Please switch to
nl.talsmasoftware.context.functions.RunnableWithContext |
| nl.talsmasoftware.concurrency.context.function.SupplierWithContext |
Please switch to
nl.talsmasoftware.context.functions.SupplierWithContext |
| nl.talsmasoftware.concurrency.context.function.UnaryOperatorWithContext |
Please switch to
nl.talsmasoftware.context.functions.UnaryOperatorWithContext |
| Field | Description |
|---|---|
| nl.talsmasoftware.concurrency.executors.DelegatingExecutorService.delegate |
Please call
Wrapper.nonNullDelegate() instead. |
| nl.talsmasoftware.concurrency.futures.DelegatingFuture.delegate |
Please use
Wrapper.nonNullDelegate(). |
| Method | Description |
|---|---|
| nl.talsmasoftware.concurrency.context.ContextManagers.createContextSnapshot() |
This is the old implementation. Please swith to
nl.talsmasoftware.context.ContextManagers |
| nl.talsmasoftware.concurrency.executors.CallMappingExecutorService.map(Runnable) |
This method was replaced by
CallMappingExecutorService.wrap(Runnable). |
| nl.talsmasoftware.concurrency.executors.CallMappingExecutorService.map(Collection<? extends Callable<T>>) |
This method was replaced by
DelegatingExecutorService.wrapTasks(Collection) |
Copyright © 2016–2018 Talsma ICT. All rights reserved.