Class ShutdownFeature.SameThread
- java.lang.Object
-
- ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature.SameThread
-
- All Implemented Interfaces:
ShutdownFeature,ShutdownFeature.WithActuator
- Enclosing interface:
- ShutdownFeature
@Feature public abstract static class ShutdownFeature.SameThread extends java.lang.Object implements ShutdownFeature.WithActuator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
ShutdownFeature.Parallel, ShutdownFeature.SameThread, ShutdownFeature.WithActuator
-
-
Constructor Summary
Constructors Constructor Description SameThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShutdownController.ActuatorshutdownActuator()-
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
-
-
-
-
Method Detail
-
shutdownActuator
@Provision(singleton=true) public ShutdownController.Actuator shutdownActuator()
- Specified by:
shutdownActuatorin interfaceShutdownFeature.WithActuator
-
-