| 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. |
| DelegatingFuture<V> |
Abstract baseclass that simplifies wrapping an existing
Future by forwarding all required methods to a
delegate future object.The class also provides overridable wrapper methods for result
and exception outcomes. |
| Wrapper<T> |
Base wrapper class offering a
non-null delegate method. |
| WrapperWithContext<T> |
Wrapper that also contains a fixed context snapshot.
|
Copyright © 2016–2017 Talsma ICT. All rights reserved.