| Package | Description |
|---|---|
| nl.talsmasoftware.context.delegation | |
| nl.talsmasoftware.context.executors |
| Class and Description |
|---|
| 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 and 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–2017 Talsma ICT. All rights reserved.