Class SameThreadWorkExecutorFeature.WithShutdown
java.lang.Object
ch.raffael.meldioc.library.base.threading.AbstractWorkExecutorFeature
ch.raffael.meldioc.library.base.threading.SameThreadWorkExecutorFeature
ch.raffael.meldioc.library.base.threading.SameThreadWorkExecutorFeature.WithShutdown
- All Implemented Interfaces:
ShutdownFeature,WorkExecutorFeature
- Enclosing class:
SameThreadWorkExecutorFeature
@Feature
public abstract static class SameThreadWorkExecutorFeature.WithShutdown
extends SameThreadWorkExecutorFeature
implements ShutdownFeature
A
SameThreadWorkExecutorFeature that adds shutdown hooks.-
Nested Class Summary
Nested classes/interfaces inherited from class ch.raffael.meldioc.library.base.threading.SameThreadWorkExecutorFeature
SameThreadWorkExecutorFeature.WithShutdownNested classes/interfaces inherited from class ch.raffael.meldioc.library.base.threading.AbstractWorkExecutorFeature
AbstractWorkExecutorFeature.WithTaskAdviceNested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
ShutdownFeature.Parallel, ShutdownFeature.SameThread, ShutdownFeature.WithActuatorNested 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
workExecutorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
shutdownController
-
Constructor Details
-
WithShutdown
public WithShutdown()
-
-
Method Details
-
workExecutorImplementation
- Overrides:
workExecutorImplementationin classSameThreadWorkExecutorFeature
-