Uses of Class
nl.talsmasoftware.context.delegation.Wrapper
-
Packages that use Wrapper Package Description nl.talsmasoftware.context.delegation Layered code for delegation such asCallMappingExecutorService.nl.talsmasoftware.context.executors Package for context aware executors. -
-
Uses of Wrapper in nl.talsmasoftware.context.delegation
Subclasses of Wrapper in nl.talsmasoftware.context.delegation Modifier and Type Class Description classCallMappingExecutorServiceAbstract base-class that makes it a little easier to schedule tasks (RunnableorCallableobjects) using an existingExecutorServicewhile providing a custommappingfor all tasks before they get scheduled.classDelegatingExecutorServiceAbstract baseclass that makes it a little easier to wrap existingExecutorServiceimplementations by forwarding all methods to adelegateexecutor service.
The class also provides overridablewrappermethods for all complex input (e.g.classDelegatingFuture<V>Abstract baseclass that simplifies wrapping an existingFutureby forwarding all required methods to adelegate futureobject.
The class also provides overridable wrapper methods forresultandexceptionoutcomes.classWrapperWithContext<T>Wrapper that also contains a fixed context snapshot. -
Uses of Wrapper in nl.talsmasoftware.context.executors
Subclasses of Wrapper in nl.talsmasoftware.context.executors Modifier and Type Class Description classContextAwareExecutorServiceExecutor service that wraps another executor service, making sure background tasks operates 'within' a context snapshot taken from the submitting thread.
-