Package io.lighty.core.controller.api
Interface LightyController
- 
- All Superinterfaces:
- LightyModule
 - All Known Implementing Classes:
- LightyControllerImpl
 
 public interface LightyController extends LightyModule This is main Lighty module providing all important community services for dependent modules in controller application.- Author:
- juraj.veverka
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LightyServicesgetServices()Get important controller services.- 
Methods inherited from interface io.lighty.core.controller.api.LightyModuleshutdown, start, startBlocking
 
- 
 
- 
- 
- 
Method Detail- 
getServicesLightyServices getServices() Get important controller services.- Returns:
- running controller services.
 
 
- 
 
-