Class ShutdownFeature.Parallel
java.lang.Object
ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature.Parallel
- All Implemented Interfaces:
ShutdownFeature,ShutdownFeature.WithActuator,WorkExecutorFeature
- Enclosing interface:
ShutdownFeature
@Feature
public abstract static class ShutdownFeature.Parallel
extends Object
implements ShutdownFeature.WithActuator, WorkExecutorFeature
-
Nested Class Summary
Nested 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 -
Constructor Summary
Constructors -
Method Summary
Methods 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.WithActuator
shutdownControllerMethods inherited from interface ch.raffael.meldioc.library.base.threading.WorkExecutorFeature
workExecutor
-
Constructor Details
-
Parallel
public Parallel()
-
-
Method Details
-
shutdownActuator
- Specified by:
shutdownActuatorin interfaceShutdownFeature.WithActuator
-