Class ShutdownFeature.Parallel
java.lang.Object
ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature.Parallel
- All Implemented Interfaces:
ShutdownFeature,ShutdownFeature.WithActuator,ThreadingFeature
- Enclosing interface:
- ShutdownFeature
@Feature public abstract static class ShutdownFeature.Parallel extends java.lang.Object implements ShutdownFeature.WithActuator, ThreadingFeature
-
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.ThreadingFeature
ThreadingFeature.Util, ThreadingFeature.WithSystemForkJoinPool -
Constructor Summary
Constructors Constructor Description Parallel() -
Method Summary
Modifier and Type Method Description ShutdownController.ActuatorshutdownActuator()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.ThreadingFeature
forkJoinPool, workExecutor
-
Constructor Details
-
Parallel
public Parallel()
-
-
Method Details
-
shutdownActuator
- Specified by:
shutdownActuatorin interfaceShutdownFeature.WithActuator
-