Class SameThreadWorkExecutorFeature
java.lang.Object
ch.raffael.meldioc.library.base.threading.AbstractWorkExecutorFeature
ch.raffael.meldioc.library.base.threading.SameThreadWorkExecutorFeature
- All Implemented Interfaces:
WorkExecutorFeature
- Direct Known Subclasses:
SameThreadWorkExecutorFeature.WithShutdown
A
WorkExecutorFeature that executes everything in the calling thread.
using a SameThreadExecutorService.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classASameThreadWorkExecutorFeaturethat adds shutdown hooks.Nested classes/interfaces inherited from class ch.raffael.meldioc.library.base.threading.AbstractWorkExecutorFeature
AbstractWorkExecutorFeature.WithTaskAdviceNested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.threading.WorkExecutorFeature
WorkExecutorFeature.Util -
Field Summary
Fields inherited from class ch.raffael.meldioc.library.base.threading.AbstractWorkExecutorFeature
workExecutorProvider -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.raffael.meldioc.library.base.threading.AbstractWorkExecutorFeature
workExecutor
-
Constructor Details
-
SameThreadWorkExecutorFeature
public SameThreadWorkExecutorFeature()
-
-
Method Details
-
workExecutorImplementation
- Specified by:
workExecutorImplementationin classAbstractWorkExecutorFeature
-