Class Lifecycle.Feature
java.lang.Object
ch.raffael.meldioc.library.base.lifecycle.StartupActions.Feature
ch.raffael.meldioc.library.base.lifecycle.Lifecycle.Feature
- All Implemented Interfaces:
ShutdownFeature,ShutdownFeature.WithActuator,WorkExecutorFeature
- Enclosing class:
Lifecycle
@Feature
public abstract static class Lifecycle.Feature
extends StartupActions.Feature
implements WorkExecutorFeature, ShutdownFeature.WithActuator
-
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 ch.raffael.meldioc.library.base.lifecycle.StartupActions.Feature
startupActionsEPMethods 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
-
Feature
public Feature()
-
-
Method Details
-
shutdownActuator
- Specified by:
shutdownActuatorin interfaceShutdownFeature.WithActuator
-