| Package | Description |
|---|---|
| nl.talsmasoftware.context.delegation | |
| nl.talsmasoftware.context.executors |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CallMappingExecutorService |
Abstract base-class that makes it a little easier to schedule tasks
(
Runnable or Callable objects) using an existing ExecutorService while
providing a custom mapping for all tasks before they get scheduled. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ContextAwareExecutorService |
An instance of an executor service that delegates to another executor service that makes a new
context snapshot whenever a task is scheduled
(both Callable and Runnable tasks are mapped). |
Copyright © 2016–2018 Talsma ICT. All rights reserved.