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

@Feature public abstract class SameThreadWorkExecutorFeature extends AbstractWorkExecutorFeature
A WorkExecutorFeature that executes everything in the calling thread. using a SameThreadExecutorService.