Package io.lighty.core.controller.api
Interface LightyController
- All Superinterfaces:
LightyModule
- All Known Implementing Classes:
LightyControllerImpl
This is main Lighty module providing all important community services for
dependent modules in controller application.
- Author:
- juraj.veverka
-
Method Summary
Modifier and TypeMethodDescriptionGet important controller services.Methods inherited from interface io.lighty.core.controller.api.LightyModule
shutdown, shutdown, start, startBlocking
-
Method Details
-
getServices
LightyServices getServices()Get important controller services.- Returns:
- running controller services.
-