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,ThreadingFeature
- Enclosing class:
- Lifecycle
@Feature public abstract static class Lifecycle.Feature extends StartupActions.Feature implements ThreadingFeature, ShutdownFeature.WithActuator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
ShutdownFeature.Parallel, ShutdownFeature.SameThread, ShutdownFeature.WithActuator
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.threading.ThreadingFeature
ThreadingFeature.Util, ThreadingFeature.WithSystemForkJoinPool
-
-
Constructor Summary
Constructors Constructor Description Feature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShutdownController.ActuatorshutdownActuator()-
Methods inherited from class ch.raffael.meldioc.library.base.lifecycle.StartupActions.Feature
startupActionsEP
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature.WithActuator
shutdownController
-
Methods inherited from interface ch.raffael.meldioc.library.base.threading.ThreadingFeature
forkJoinPool, workExecutor
-
-
-
-
Method Detail
-
shutdownActuator
@Provision(shared=true) public ShutdownController.Actuator shutdownActuator()
- Specified by:
shutdownActuatorin interfaceShutdownFeature.WithActuator
-
-