Interface ShutdownFeature.WithActuator
-
- All Superinterfaces:
ShutdownFeature
- All Known Implementing Classes:
Lifecycle.Feature,ShutdownFeature.Parallel,ShutdownFeature.SameThread
- Enclosing interface:
- ShutdownFeature
@Feature public static interface ShutdownFeature.WithActuator extends ShutdownFeature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
ShutdownFeature.Parallel, ShutdownFeature.SameThread, ShutdownFeature.WithActuator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ShutdownController.ActuatorshutdownActuator()default ShutdownControllershutdownController()
-
-
-
Method Detail
-
shutdownController
@Provision default ShutdownController shutdownController()
- Specified by:
shutdownControllerin interfaceShutdownFeature
-
shutdownActuator
@Provision ShutdownController.Actuator shutdownActuator()
-
-