| Package | Description |
|---|---|
| nl.talsmasoftware.context.delegation | |
| nl.talsmasoftware.context.executors |
| Class | Description |
|---|---|
| ContextSnapshotSupplier |
Interface for a
Supplier of ContextSnapshot. |
| DelegatingExecutorService |
Abstract baseclass that makes it a little easier to wrap existing
ExecutorService implementations by
forwarding all methods to a delegate executor service.The class also provides overridable wrapper methods for all complex input (e.g. |
| Wrapper |
Base wrapper class offering a
non-null delegate method. |
| Class | Description |
|---|---|
| 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. |
| DelegatingExecutorService |
Abstract baseclass that makes it a little easier to wrap existing
ExecutorService implementations by
forwarding all methods to a delegate executor service.The class also provides overridable wrapper methods for all complex input (e.g. |
| Wrapper |
Base wrapper class offering a
non-null delegate method. |
Copyright © 2016–2018 Talsma ICT. All rights reserved.