Class RncLightyModule
- java.lang.Object
-
- io.lighty.core.controller.api.AbstractLightyModule
-
- io.lighty.applications.rnc.module.RncLightyModule
-
- All Implemented Interfaces:
LightyModule
public class RncLightyModule extends AbstractLightyModule
-
-
Constructor Summary
Constructors Constructor Description RncLightyModule(RncLightyModuleConfiguration rncModuleConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleaninitProcedure()protected booleanstopProcedure()-
Methods inherited from class io.lighty.core.controller.api.AbstractLightyModule
shutdown, start, startBlocking, startBlocking
-
-
-
-
Constructor Detail
-
RncLightyModule
public RncLightyModule(RncLightyModuleConfiguration rncModuleConfig)
-
-
Method Detail
-
initProcedure
protected boolean initProcedure()
- Specified by:
initProcedurein classAbstractLightyModule
-
stopProcedure
protected boolean stopProcedure()
- Specified by:
stopProcedurein classAbstractLightyModule
-
-