Interface ShutdownFeature
-
- All Known Subinterfaces:
ShutdownFeature.WithActuator
- All Known Implementing Classes:
DirectThreadingFeature.WithShutdown,JavaThreadPoolFeature.WithShutdown,Lifecycle.Feature,MBeanRegistryFeature.WithShutdown,ShutdownFeature.Parallel,ShutdownFeature.SameThread
@Feature public interface ShutdownFeatureStandard feature for controlled 3-phase shutdown.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classShutdownFeature.Parallelstatic classShutdownFeature.SameThreadstatic interfaceShutdownFeature.WithActuator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShutdownControllershutdownController()
-
-
-
Method Detail
-
shutdownController
@Provision ShutdownController shutdownController()
-
-